Gradient Red

Gradient and text preview:

This paragraph uses color with hex code E10000. Color of text is in garmony with gradient primary color FF0000.

Stat info: Views 1015 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FF0000 255.0.0
Secondary color #F00000 240.0.0
Border color #E10000 225.0.0
Box shadow color #FF0F0F 255.15.15
Text color 1234567890 #E10000 225.0.0

CSS3 styles:

background: #FF0000;
color: #E10000;
background: linear-gradient(to bottom, #FF0000 0%, #F00000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #F00000));
background: -webkit-linear-gradient(top, #FF0000 0%, #F00000 100%);
background: -moz-linear-gradient(top, #FF0000 0%, #F00000 100%);
background: -o-linear-gradient(top, #FF0000 0%, #F00000 100%);
background: -ms-linear-gradient(top, #FF0000 0%, #F00000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#F00000', GradientType=0);
border: 1px solid #E10000;
text-shadow: 0 1px 0 #FF0F0F;
-webkit-text-shadow: 0 1px 0 #FF0F0F;
-moz-text-shadow: 0 1px 0 #FF0F0F;
box-shadow: inset 0 1px 0 #FF0F0F;
-webkit-box-shadow: inset 0 1px 0 #FF0F0F;
-moz-box-shadow: inset 0 1px 0 #FF0F0F;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.