Shades of Cinnabar #E1432E
Tints of Cinnabar #E1432E
RGB
CMYK
RGB Variations
Color information
#E1432E (or 0xE1432E) is known color: Cinnabar. HEX triplet: E1, 43 and 2E. RGB value is (225,67,46). Sum of RGB (Red+Green+Blue) = 225+67+46=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1432E is #1EBCD1. Grayscale: #707070. Windows color (decimal): -2014418 or 3032033. OLE color: 3032033.
HSL color Cylindrical-coordinate representation of color #E1432E: hue angle of 7.04º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1432E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 46 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.12 |
| HSL | 7.04º | 0.75% | 0.53% | - |
| HSV(B) | 7.04º | 0.8% | 0.88% | - |
| XYZ | 33.55 | 20.22 | 4.72 | - |
| YUV | 111.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 46 | 0 | 0.70 | 0.80 | 0.12 | 7.04 | 0.75 | 0.53 |
| Hex | E1 | 43 | 2E | 0 | 46 | 50 | C | 7 | 4B | 35 |
| Octal | 341 | 103 | 56 | 0 | 106 | 120 | 14 | 7 | 113 | 65 |
| Binary | 11100001 | 1000011 | 101110 | 0 | 1000110 | 1010000 | 1100 | 111 | 1001011 | 110101 |
Color Harmonies of #E1432E
Complementary color
Monochromatic Colors of #E1432E
Black with #E1432E
Text Example
Text Example
White with #E1432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1432E; }
p { color: rgb(225,67,46); }
H1.HeaderClassName
{
color: #E1432E;
}
.AnyTagClassName
{
color: #E1432E;
}
</style>
background-color css
<style>
a { background-color: #E1432E; }
a { background-color: rgb(225,67,46); }
div.DivClassName
{
background-color: #E1432E;
}
.BgClassName
{
background-color: #E1432E;
}
</style>
border-color css
<style>
span { border-color: #E1432E; }
span { border-color: rgb(225,67,46); }
td.TdClassName
{
border-color: #E1432E;
}
.TagClassName
{
border-color: #E1432E;
}
</style>