Shades of Cinnabar #E0431E
Tints of Cinnabar #E0431E
RGB
CMYK
RGB Variations
Color information
#E0431E (or 0xE0431E) is known color: Cinnabar. HEX triplet: E0, 43 and 1E. RGB value is (224,67,30). Sum of RGB (Red+Green+Blue) = 224+67+30=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0431E is #1FBCE1. Grayscale: #6E6E6E. Windows color (decimal): -2079970 or 1983456. OLE color: 1983456.
HSL color Cylindrical-coordinate representation of color #E0431E: hue angle of 11.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0431E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.12 |
| HSL | 11.44º | 0.76% | 0.5% | - |
| HSV(B) | 11.44º | 0.87% | 0.88% | - |
| XYZ | 32.98 | 19.96 | 3.34 | - |
| YUV | 109.73 | 83.01 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 30 | 0 | 0.70 | 0.87 | 0.12 | 11.44 | 0.76 | 0.5 |
| Hex | E0 | 43 | 1E | 0 | 46 | 57 | C | B | 4C | 32 |
| Octal | 340 | 103 | 36 | 0 | 106 | 127 | 14 | 13 | 114 | 62 |
| Binary | 11100000 | 1000011 | 11110 | 0 | 1000110 | 1010111 | 1100 | 1011 | 1001100 | 110010 |
Color Harmonies of #E0431E
Complementary color
Monochromatic Colors of #E0431E
Black with #E0431E
Text Example
Text Example
White with #E0431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0431E; }
p { color: rgb(224,67,30); }
H1.HeaderClassName
{
color: #E0431E;
}
.AnyTagClassName
{
color: #E0431E;
}
</style>
background-color css
<style>
a { background-color: #E0431E; }
a { background-color: rgb(224,67,30); }
div.DivClassName
{
background-color: #E0431E;
}
.BgClassName
{
background-color: #E0431E;
}
</style>
border-color css
<style>
span { border-color: #E0431E; }
span { border-color: rgb(224,67,30); }
td.TdClassName
{
border-color: #E0431E;
}
.TagClassName
{
border-color: #E0431E;
}
</style>