Shades of Cinnabar #E9301B
Tints of Cinnabar #E9301B
RGB
CMYK
RGB Variations
Color information
#E9301B (or 0xE9301B) is known color: Cinnabar. HEX triplet: E9, 30 and 1B. RGB value is (233,48,27). Sum of RGB (Red+Green+Blue) = 233+48+27=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E9301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9301B is #16CFE4. Grayscale: #656565. Windows color (decimal): -1495013 or 1781993. OLE color: 1781993.
HSL color Cylindrical-coordinate representation of color #E9301B: hue angle of 6.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9301B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 27 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.09 |
| HSL | 6.12º | 0.82% | 0.51% | - |
| HSV(B) | 6.12º | 0.88% | 0.91% | - |
| XYZ | 34.86 | 19.52 | 2.97 | - |
| YUV | 100.92 | 86.29 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 27 | 0 | 0.79 | 0.88 | 0.09 | 6.12 | 0.82 | 0.51 |
| Hex | E9 | 30 | 1B | 0 | 4F | 58 | 9 | 6 | 52 | 33 |
| Octal | 351 | 60 | 33 | 0 | 117 | 130 | 11 | 6 | 122 | 63 |
| Binary | 11101001 | 110000 | 11011 | 0 | 1001111 | 1011000 | 1001 | 110 | 1010010 | 110011 |
Color Harmonies of #E9301B
Complementary color
Monochromatic Colors of #E9301B
Black with #E9301B
Text Example
Text Example
White with #E9301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9301B; }
p { color: rgb(233,48,27); }
H1.HeaderClassName
{
color: #E9301B;
}
.AnyTagClassName
{
color: #E9301B;
}
</style>
background-color css
<style>
a { background-color: #E9301B; }
a { background-color: rgb(233,48,27); }
div.DivClassName
{
background-color: #E9301B;
}
.BgClassName
{
background-color: #E9301B;
}
</style>
border-color css
<style>
span { border-color: #E9301B; }
span { border-color: rgb(233,48,27); }
td.TdClassName
{
border-color: #E9301B;
}
.TagClassName
{
border-color: #E9301B;
}
</style>