Shades of Cinnabar #E1432F
Tints of Cinnabar #E1432F
RGB
CMYK
RGB Variations
Color information
#E1432F (or 0xE1432F) is known color: Cinnabar. HEX triplet: E1, 43 and 2F. RGB value is (225,67,47). Sum of RGB (Red+Green+Blue) = 225+67+47=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1432F is #1EBCD0. Grayscale: #707070. Windows color (decimal): -2014417 or 3097569. OLE color: 3097569.
HSL color Cylindrical-coordinate representation of color #E1432F: hue angle of 6.74º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1432F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.12 |
| HSL | 6.74º | 0.75% | 0.53% | - |
| HSV(B) | 6.74º | 0.79% | 0.88% | - |
| XYZ | 33.57 | 20.23 | 4.82 | - |
| YUV | 111.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 47 | 0 | 0.70 | 0.79 | 0.12 | 6.74 | 0.75 | 0.53 |
| Hex | E1 | 43 | 2F | 0 | 46 | 4F | C | 7 | 4B | 35 |
| Octal | 341 | 103 | 57 | 0 | 106 | 117 | 14 | 7 | 113 | 65 |
| Binary | 11100001 | 1000011 | 101111 | 0 | 1000110 | 1001111 | 1100 | 111 | 1001011 | 110101 |
Color Harmonies of #E1432F
Complementary color
Monochromatic Colors of #E1432F
Black with #E1432F
Text Example
Text Example
White with #E1432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1432F; }
p { color: rgb(225,67,47); }
H1.HeaderClassName
{
color: #E1432F;
}
.AnyTagClassName
{
color: #E1432F;
}
</style>
background-color css
<style>
a { background-color: #E1432F; }
a { background-color: rgb(225,67,47); }
div.DivClassName
{
background-color: #E1432F;
}
.BgClassName
{
background-color: #E1432F;
}
</style>
border-color css
<style>
span { border-color: #E1432F; }
span { border-color: rgb(225,67,47); }
td.TdClassName
{
border-color: #E1432F;
}
.TagClassName
{
border-color: #E1432F;
}
</style>