Shades of Cinnabar #E9352A
Tints of Cinnabar #E9352A
RGB
CMYK
RGB Variations
Color information
#E9352A (or 0xE9352A) is known color: Cinnabar. HEX triplet: E9, 35 and 2A. RGB value is (233,53,42). Sum of RGB (Red+Green+Blue) = 233+53+42=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9352A is #16CAD5. Grayscale: #696969. Windows color (decimal): -1493718 or 2766313. OLE color: 2766313.
HSL color Cylindrical-coordinate representation of color #E9352A: hue angle of 3.46º 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 #E9352A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 42 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.09 |
| HSL | 3.46º | 0.81% | 0.54% | - |
| HSV(B) | 3.46º | 0.82% | 0.91% | - |
| XYZ | 35.3 | 20.04 | 4.2 | - |
| YUV | 105.57 | 92.13 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 42 | 0 | 0.77 | 0.82 | 0.09 | 3.46 | 0.81 | 0.54 |
| Hex | E9 | 35 | 2A | 0 | 4D | 52 | 9 | 3 | 51 | 36 |
| Octal | 351 | 65 | 52 | 0 | 115 | 122 | 11 | 3 | 121 | 66 |
| Binary | 11101001 | 110101 | 101010 | 0 | 1001101 | 1010010 | 1001 | 11 | 1010001 | 110110 |
Color Harmonies of #E9352A
Complementary color
Monochromatic Colors of #E9352A
Black with #E9352A
Text Example
Text Example
White with #E9352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9352A; }
p { color: rgb(233,53,42); }
H1.HeaderClassName
{
color: #E9352A;
}
.AnyTagClassName
{
color: #E9352A;
}
</style>
background-color css
<style>
a { background-color: #E9352A; }
a { background-color: rgb(233,53,42); }
div.DivClassName
{
background-color: #E9352A;
}
.BgClassName
{
background-color: #E9352A;
}
</style>
border-color css
<style>
span { border-color: #E9352A; }
span { border-color: rgb(233,53,42); }
td.TdClassName
{
border-color: #E9352A;
}
.TagClassName
{
border-color: #E9352A;
}
</style>