Shades of Cinnabar #E9472A
Tints of Cinnabar #E9472A
RGB
CMYK
RGB Variations
Color information
#E9472A (or 0xE9472A) is known color: Cinnabar. HEX triplet: E9, 47 and 2A. RGB value is (233,71,42). Sum of RGB (Red+Green+Blue) = 233+71+42=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9472A is #16B8D5. Grayscale: #747474. Windows color (decimal): -1489110 or 2770921. OLE color: 2770921.
HSL color Cylindrical-coordinate representation of color #E9472A: hue angle of 9.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9472A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 42 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.09 |
| HSL | 9.11º | 0.81% | 0.54% | - |
| HSV(B) | 9.11º | 0.82% | 0.91% | - |
| XYZ | 36.28 | 22 | 4.52 | - |
| YUV | 116.13 | 86.17 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 42 | 0 | 0.70 | 0.82 | 0.09 | 9.11 | 0.81 | 0.54 |
| Hex | E9 | 47 | 2A | 0 | 46 | 52 | 9 | 9 | 51 | 36 |
| Octal | 351 | 107 | 52 | 0 | 106 | 122 | 11 | 11 | 121 | 66 |
| Binary | 11101001 | 1000111 | 101010 | 0 | 1000110 | 1010010 | 1001 | 1001 | 1010001 | 110110 |
Color Harmonies of #E9472A
Complementary color
Monochromatic Colors of #E9472A
Black with #E9472A
Text Example
Text Example
White with #E9472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9472A; }
p { color: rgb(233,71,42); }
H1.HeaderClassName
{
color: #E9472A;
}
.AnyTagClassName
{
color: #E9472A;
}
</style>
background-color css
<style>
a { background-color: #E9472A; }
a { background-color: rgb(233,71,42); }
div.DivClassName
{
background-color: #E9472A;
}
.BgClassName
{
background-color: #E9472A;
}
</style>
border-color css
<style>
span { border-color: #E9472A; }
span { border-color: rgb(233,71,42); }
td.TdClassName
{
border-color: #E9472A;
}
.TagClassName
{
border-color: #E9472A;
}
</style>