Shades of Cinnabar #E1431E
Tints of Cinnabar #E1431E
RGB
CMYK
RGB Variations
Color information
#E1431E (or 0xE1431E) is known color: Cinnabar. HEX triplet: E1, 43 and 1E. RGB value is (225,67,30). Sum of RGB (Red+Green+Blue) = 225+67+30=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1431E is #1EBCE1. Grayscale: #6E6E6E. Windows color (decimal): -2014434 or 1983457. OLE color: 1983457.
HSL color Cylindrical-coordinate representation of color #E1431E: hue angle of 11.38º 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 #E1431E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.12 |
| HSL | 11.38º | 0.76% | 0.5% | - |
| HSV(B) | 11.38º | 0.87% | 0.88% | - |
| XYZ | 33.29 | 20.12 | 3.36 | - |
| YUV | 110.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 30 | 0 | 0.70 | 0.87 | 0.12 | 11.38 | 0.76 | 0.5 |
| Hex | E1 | 43 | 1E | 0 | 46 | 57 | C | B | 4C | 32 |
| Octal | 341 | 103 | 36 | 0 | 106 | 127 | 14 | 13 | 114 | 62 |
| Binary | 11100001 | 1000011 | 11110 | 0 | 1000110 | 1010111 | 1100 | 1011 | 1001100 | 110010 |
Color Harmonies of #E1431E
Complementary color
Monochromatic Colors of #E1431E
Black with #E1431E
Text Example
Text Example
White with #E1431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1431E; }
p { color: rgb(225,67,30); }
H1.HeaderClassName
{
color: #E1431E;
}
.AnyTagClassName
{
color: #E1431E;
}
</style>
background-color css
<style>
a { background-color: #E1431E; }
a { background-color: rgb(225,67,30); }
div.DivClassName
{
background-color: #E1431E;
}
.BgClassName
{
background-color: #E1431E;
}
</style>
border-color css
<style>
span { border-color: #E1431E; }
span { border-color: rgb(225,67,30); }
td.TdClassName
{
border-color: #E1431E;
}
.TagClassName
{
border-color: #E1431E;
}
</style>