Shades of Cinnabar #E9302B
Tints of Cinnabar #E9302B
RGB
CMYK
RGB Variations
Color information
#E9302B (or 0xE9302B) is known color: Cinnabar. HEX triplet: E9, 30 and 2B. RGB value is (233,48,43). Sum of RGB (Red+Green+Blue) = 233+48+43=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E9302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9302B is #16CFD4. Grayscale: #666666. Windows color (decimal): -1494997 or 2830569. OLE color: 2830569.
HSL color Cylindrical-coordinate representation of color #E9302B: hue angle of 1.58º 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 #E9302B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 43 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.09 |
| HSL | 1.58º | 0.81% | 0.54% | - |
| HSV(B) | 1.58º | 0.82% | 0.91% | - |
| XYZ | 35.1 | 19.61 | 4.22 | - |
| YUV | 102.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 43 | 0 | 0.79 | 0.82 | 0.09 | 1.58 | 0.81 | 0.54 |
| Hex | E9 | 30 | 2B | 0 | 4F | 52 | 9 | 2 | 51 | 36 |
| Octal | 351 | 60 | 53 | 0 | 117 | 122 | 11 | 2 | 121 | 66 |
| Binary | 11101001 | 110000 | 101011 | 0 | 1001111 | 1010010 | 1001 | 10 | 1010001 | 110110 |
Color Harmonies of #E9302B
Complementary color
Monochromatic Colors of #E9302B
Black with #E9302B
Text Example
Text Example
White with #E9302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9302B; }
p { color: rgb(233,48,43); }
H1.HeaderClassName
{
color: #E9302B;
}
.AnyTagClassName
{
color: #E9302B;
}
</style>
background-color css
<style>
a { background-color: #E9302B; }
a { background-color: rgb(233,48,43); }
div.DivClassName
{
background-color: #E9302B;
}
.BgClassName
{
background-color: #E9302B;
}
</style>
border-color css
<style>
span { border-color: #E9302B; }
span { border-color: rgb(233,48,43); }
td.TdClassName
{
border-color: #E9302B;
}
.TagClassName
{
border-color: #E9302B;
}
</style>