Shades of Cinnabar #E9302D
Tints of Cinnabar #E9302D
RGB
CMYK
RGB Variations
Color information
#E9302D (or 0xE9302D) is known color: Cinnabar. HEX triplet: E9, 30 and 2D. RGB value is (233,48,45). Sum of RGB (Red+Green+Blue) = 233+48+45=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9302D is #16CFD2. Grayscale: #676767. Windows color (decimal): -1494995 or 2961641. OLE color: 2961641.
HSL color Cylindrical-coordinate representation of color #E9302D: hue angle of 0.96º 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 #E9302D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 45 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.09 |
| HSL | 0.96º | 0.81% | 0.55% | - |
| HSV(B) | 0.96º | 0.81% | 0.91% | - |
| XYZ | 35.13 | 19.63 | 4.42 | - |
| YUV | 102.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 45 | 0 | 0.79 | 0.81 | 0.09 | 0.96 | 0.81 | 0.55 |
| Hex | E9 | 30 | 2D | 0 | 4F | 51 | 9 | 1 | 51 | 37 |
| Octal | 351 | 60 | 55 | 0 | 117 | 121 | 11 | 1 | 121 | 67 |
| Binary | 11101001 | 110000 | 101101 | 0 | 1001111 | 1010001 | 1001 | 1 | 1010001 | 110111 |
Color Harmonies of #E9302D
Complementary color
Monochromatic Colors of #E9302D
Black with #E9302D
Text Example
Text Example
White with #E9302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9302D; }
p { color: rgb(233,48,45); }
H1.HeaderClassName
{
color: #E9302D;
}
.AnyTagClassName
{
color: #E9302D;
}
</style>
background-color css
<style>
a { background-color: #E9302D; }
a { background-color: rgb(233,48,45); }
div.DivClassName
{
background-color: #E9302D;
}
.BgClassName
{
background-color: #E9302D;
}
</style>
border-color css
<style>
span { border-color: #E9302D; }
span { border-color: rgb(233,48,45); }
td.TdClassName
{
border-color: #E9302D;
}
.TagClassName
{
border-color: #E9302D;
}
</style>