Shades of Cinnabar #E9422D
Tints of Cinnabar #E9422D
RGB
CMYK
RGB Variations
Color information
#E9422D (or 0xE9422D) is known color: Cinnabar. HEX triplet: E9, 42 and 2D. RGB value is (233,66,45). Sum of RGB (Red+Green+Blue) = 233+66+45=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9422D is #16BDD2. Grayscale: #717171. Windows color (decimal): -1490387 or 2966249. OLE color: 2966249.
HSL color Cylindrical-coordinate representation of color #E9422D: hue angle of 6.7º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9422D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.09 |
| HSL | 6.7º | 0.81% | 0.55% | - |
| HSV(B) | 6.7º | 0.81% | 0.91% | - |
| XYZ | 36.03 | 21.41 | 4.72 | - |
| YUV | 113.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 45 | 0 | 0.72 | 0.81 | 0.09 | 6.7 | 0.81 | 0.55 |
| Hex | E9 | 42 | 2D | 0 | 48 | 51 | 9 | 7 | 51 | 37 |
| Octal | 351 | 102 | 55 | 0 | 110 | 121 | 11 | 7 | 121 | 67 |
| Binary | 11101001 | 1000010 | 101101 | 0 | 1001000 | 1010001 | 1001 | 111 | 1010001 | 110111 |
Color Harmonies of #E9422D
Complementary color
Monochromatic Colors of #E9422D
Black with #E9422D
Text Example
Text Example
White with #E9422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9422D; }
p { color: rgb(233,66,45); }
H1.HeaderClassName
{
color: #E9422D;
}
.AnyTagClassName
{
color: #E9422D;
}
</style>
background-color css
<style>
a { background-color: #E9422D; }
a { background-color: rgb(233,66,45); }
div.DivClassName
{
background-color: #E9422D;
}
.BgClassName
{
background-color: #E9422D;
}
</style>
border-color css
<style>
span { border-color: #E9422D; }
span { border-color: rgb(233,66,45); }
td.TdClassName
{
border-color: #E9422D;
}
.TagClassName
{
border-color: #E9422D;
}
</style>