Shades of Cinnabar #E9301A
Tints of Cinnabar #E9301A
RGB
CMYK
RGB Variations
Color information
#E9301A (or 0xE9301A) is known color: Cinnabar. HEX triplet: E9, 30 and 1A. RGB value is (233,48,26). Sum of RGB (Red+Green+Blue) = 233+48+26=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E9301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9301A is #16CFE5. Grayscale: #656565. Windows color (decimal): -1495014 or 1716457. OLE color: 1716457.
HSL color Cylindrical-coordinate representation of color #E9301A: hue angle of 6.38º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9301A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 26 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.09 |
| HSL | 6.38º | 0.82% | 0.51% | - |
| HSV(B) | 6.38º | 0.89% | 0.91% | - |
| XYZ | 34.85 | 19.51 | 2.91 | - |
| YUV | 100.81 | 85.79 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 26 | 0 | 0.79 | 0.89 | 0.09 | 6.38 | 0.82 | 0.51 |
| Hex | E9 | 30 | 1A | 0 | 4F | 59 | 9 | 6 | 52 | 33 |
| Octal | 351 | 60 | 32 | 0 | 117 | 131 | 11 | 6 | 122 | 63 |
| Binary | 11101001 | 110000 | 11010 | 0 | 1001111 | 1011001 | 1001 | 110 | 1010010 | 110011 |
Color Harmonies of #E9301A
Complementary color
Monochromatic Colors of #E9301A
Black with #E9301A
Text Example
Text Example
White with #E9301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9301A; }
p { color: rgb(233,48,26); }
H1.HeaderClassName
{
color: #E9301A;
}
.AnyTagClassName
{
color: #E9301A;
}
</style>
background-color css
<style>
a { background-color: #E9301A; }
a { background-color: rgb(233,48,26); }
div.DivClassName
{
background-color: #E9301A;
}
.BgClassName
{
background-color: #E9301A;
}
</style>
border-color css
<style>
span { border-color: #E9301A; }
span { border-color: rgb(233,48,26); }
td.TdClassName
{
border-color: #E9301A;
}
.TagClassName
{
border-color: #E9301A;
}
</style>