Shades of Red #E30D02
Tints of Red #E30D02
RGB
CMYK
RGB Variations
Color information
#E30D02 (or 0xE30D02) is known color: Red. HEX triplet: E3, 0D and 02. RGB value is (227,13,2). Sum of RGB (Red+Green+Blue) = 227+13+2=242 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.80% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30D02 is #1CF2FD. Grayscale: #4B4B4B. Windows color (decimal): -1897214 or 134627. OLE color: 134627.
HSL color Cylindrical-coordinate representation of color #E30D02: hue angle of 2.93º 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 #E30D02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.11 |
| HSL | 2.93º | 0.98% | 0.45% | - |
| HSV(B) | 2.93º | 0.99% | 0.89% | - |
| XYZ | 31.83 | 16.62 | 1.59 | - |
| YUV | 75.73 | 86.4 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 2 | 0 | 0.94 | 0.99 | 0.11 | 2.93 | 0.98 | 0.45 |
| Hex | E3 | D | 2 | 0 | 5E | 63 | B | 3 | 62 | 2D |
| Octal | 343 | 15 | 2 | 0 | 136 | 143 | 13 | 3 | 142 | 55 |
| Binary | 11100011 | 1101 | 10 | 0 | 1011110 | 1100011 | 1011 | 11 | 1100010 | 101101 |
Color Harmonies of #E30D02
Complementary color
Monochromatic Colors of #E30D02
Black with #E30D02
Text Example
Text Example
White with #E30D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D02; }
p { color: rgb(227,13,2); }
H1.HeaderClassName
{
color: #E30D02;
}
.AnyTagClassName
{
color: #E30D02;
}
</style>
background-color css
<style>
a { background-color: #E30D02; }
a { background-color: rgb(227,13,2); }
div.DivClassName
{
background-color: #E30D02;
}
.BgClassName
{
background-color: #E30D02;
}
</style>
border-color css
<style>
span { border-color: #E30D02; }
span { border-color: rgb(227,13,2); }
td.TdClassName
{
border-color: #E30D02;
}
.TagClassName
{
border-color: #E30D02;
}
</style>