Shades of Cinnabar #E9472D
Tints of Cinnabar #E9472D
RGB
CMYK
RGB Variations
Color information
#E9472D (or 0xE9472D) is known color: Cinnabar. HEX triplet: E9, 47 and 2D. RGB value is (233,71,45). Sum of RGB (Red+Green+Blue) = 233+71+45=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9472D is #16B8D2. Grayscale: #747474. Windows color (decimal): -1489107 or 2967529. OLE color: 2967529.
HSL color Cylindrical-coordinate representation of color #E9472D: hue angle of 8.3º 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 #E9472D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.09 |
| HSL | 8.3º | 0.81% | 0.55% | - |
| HSV(B) | 8.3º | 0.81% | 0.91% | - |
| XYZ | 36.33 | 22.02 | 4.82 | - |
| YUV | 116.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 45 | 0 | 0.70 | 0.81 | 0.09 | 8.3 | 0.81 | 0.55 |
| Hex | E9 | 47 | 2D | 0 | 46 | 51 | 9 | 8 | 51 | 37 |
| Octal | 351 | 107 | 55 | 0 | 106 | 121 | 11 | 10 | 121 | 67 |
| Binary | 11101001 | 1000111 | 101101 | 0 | 1000110 | 1010001 | 1001 | 1000 | 1010001 | 110111 |
Color Harmonies of #E9472D
Complementary color
Monochromatic Colors of #E9472D
Black with #E9472D
Text Example
Text Example
White with #E9472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9472D; }
p { color: rgb(233,71,45); }
H1.HeaderClassName
{
color: #E9472D;
}
.AnyTagClassName
{
color: #E9472D;
}
</style>
background-color css
<style>
a { background-color: #E9472D; }
a { background-color: rgb(233,71,45); }
div.DivClassName
{
background-color: #E9472D;
}
.BgClassName
{
background-color: #E9472D;
}
</style>
border-color css
<style>
span { border-color: #E9472D; }
span { border-color: rgb(233,71,45); }
td.TdClassName
{
border-color: #E9472D;
}
.TagClassName
{
border-color: #E9472D;
}
</style>