Shades of Cinnabar #E9352E
Tints of Cinnabar #E9352E
RGB
CMYK
RGB Variations
Color information
#E9352E (or 0xE9352E) is known color: Cinnabar. HEX triplet: E9, 35 and 2E. RGB value is (233,53,46). Sum of RGB (Red+Green+Blue) = 233+53+46=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9352E is #16CAD1. Grayscale: #6A6A6A. Windows color (decimal): -1493714 or 3028457. OLE color: 3028457.
HSL color Cylindrical-coordinate representation of color #E9352E: hue angle of 2.25º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9352E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 46 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.09 |
| HSL | 2.25º | 0.81% | 0.55% | - |
| HSV(B) | 2.25º | 0.8% | 0.91% | - |
| XYZ | 35.37 | 20.07 | 4.59 | - |
| YUV | 106.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 46 | 0 | 0.77 | 0.80 | 0.09 | 2.25 | 0.81 | 0.55 |
| Hex | E9 | 35 | 2E | 0 | 4D | 50 | 9 | 2 | 51 | 37 |
| Octal | 351 | 65 | 56 | 0 | 115 | 120 | 11 | 2 | 121 | 67 |
| Binary | 11101001 | 110101 | 101110 | 0 | 1001101 | 1010000 | 1001 | 10 | 1010001 | 110111 |
Color Harmonies of #E9352E
Complementary color
Monochromatic Colors of #E9352E
Black with #E9352E
Text Example
Text Example
White with #E9352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9352E; }
p { color: rgb(233,53,46); }
H1.HeaderClassName
{
color: #E9352E;
}
.AnyTagClassName
{
color: #E9352E;
}
</style>
background-color css
<style>
a { background-color: #E9352E; }
a { background-color: rgb(233,53,46); }
div.DivClassName
{
background-color: #E9352E;
}
.BgClassName
{
background-color: #E9352E;
}
</style>
border-color css
<style>
span { border-color: #E9352E; }
span { border-color: rgb(233,53,46); }
td.TdClassName
{
border-color: #E9352E;
}
.TagClassName
{
border-color: #E9352E;
}
</style>