Shades of Red #E31002
Tints of Red #E31002
RGB
CMYK
RGB Variations
Color information
#E31002 (or 0xE31002) is known color: Red. HEX triplet: E3, 10 and 02. RGB value is (227,16,2). Sum of RGB (Red+Green+Blue) = 227+16+2=245 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.65% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 227 - color contains mainly: red. Hex color #E31002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31002 is #1CEFFD. Grayscale: #4D4D4D. Windows color (decimal): -1896446 or 135395. OLE color: 135395.
HSL color Cylindrical-coordinate representation of color #E31002: hue angle of 3.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E31002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.11 |
| HSL | 3.73º | 0.98% | 0.45% | - |
| HSV(B) | 3.73º | 0.99% | 0.89% | - |
| XYZ | 31.87 | 16.71 | 1.6 | - |
| YUV | 77.49 | 85.4 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 2 | 0 | 0.93 | 0.99 | 0.11 | 3.73 | 0.98 | 0.45 |
| Hex | E3 | 10 | 2 | 0 | 5D | 63 | B | 4 | 62 | 2D |
| Octal | 343 | 20 | 2 | 0 | 135 | 143 | 13 | 4 | 142 | 55 |
| Binary | 11100011 | 10000 | 10 | 0 | 1011101 | 1100011 | 1011 | 100 | 1100010 | 101101 |
Color Harmonies of #E31002
Complementary color
Monochromatic Colors of #E31002
Black with #E31002
Text Example
Text Example
White with #E31002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31002; }
p { color: rgb(227,16,2); }
H1.HeaderClassName
{
color: #E31002;
}
.AnyTagClassName
{
color: #E31002;
}
</style>
background-color css
<style>
a { background-color: #E31002; }
a { background-color: rgb(227,16,2); }
div.DivClassName
{
background-color: #E31002;
}
.BgClassName
{
background-color: #E31002;
}
</style>
border-color css
<style>
span { border-color: #E31002; }
span { border-color: rgb(227,16,2); }
td.TdClassName
{
border-color: #E31002;
}
.TagClassName
{
border-color: #E31002;
}
</style>