Shades of Red #E30C0C
Tints of Red #E30C0C
RGB
CMYK
RGB Variations
Color information
#E30C0C (or 0xE30C0C) is known color: Red. HEX triplet: E3, 0C and 0C. RGB value is (227,12,12). Sum of RGB (Red+Green+Blue) = 227+12+12=251 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.44% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C0C is #1CF3F3. Grayscale: #4C4C4C. Windows color (decimal): -1897460 or 789731. OLE color: 789731.
HSL color Cylindrical-coordinate representation of color #E30C0C: hue angle of 0º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C0C is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 12 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.11 |
| HSL | 0º | 0.9% | 0.47% | - |
| HSV(B) | 0º | 0.95% | 0.89% | - |
| XYZ | 31.88 | 16.62 | 1.88 | - |
| YUV | 76.29 | 91.73 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 12 | 0 | 0.95 | 0.95 | 0.11 | 0 | 0.9 | 0.47 |
| Hex | E3 | C | C | 0 | 5F | 5F | B | 0 | 5A | 2F |
| Octal | 343 | 14 | 14 | 0 | 137 | 137 | 13 | 0 | 132 | 57 |
| Binary | 11100011 | 1100 | 1100 | 0 | 1011111 | 1011111 | 1011 | 0 | 1011010 | 101111 |
Color Harmonies of #E30C0C
Complementary color
Monochromatic Colors of #E30C0C
Black with #E30C0C
Text Example
Text Example
White with #E30C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C0C; }
p { color: rgb(227,12,12); }
H1.HeaderClassName
{
color: #E30C0C;
}
.AnyTagClassName
{
color: #E30C0C;
}
</style>
background-color css
<style>
a { background-color: #E30C0C; }
a { background-color: rgb(227,12,12); }
div.DivClassName
{
background-color: #E30C0C;
}
.BgClassName
{
background-color: #E30C0C;
}
</style>
border-color css
<style>
span { border-color: #E30C0C; }
span { border-color: rgb(227,12,12); }
td.TdClassName
{
border-color: #E30C0C;
}
.TagClassName
{
border-color: #E30C0C;
}
</style>