Shades of Cinnabar #E9481C
Tints of Cinnabar #E9481C
RGB
CMYK
RGB Variations
Color information
#E9481C (or 0xE9481C) is known color: Cinnabar. HEX triplet: E9, 48 and 1C. RGB value is (233,72,28). Sum of RGB (Red+Green+Blue) = 233+72+28=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E9481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9481C is #16B7E3. Grayscale: #737373. Windows color (decimal): -1488868 or 1853673. OLE color: 1853673.
HSL color Cylindrical-coordinate representation of color #E9481C: hue angle of 12.88º 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 #E9481C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 28 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.09 |
| HSL | 12.88º | 0.82% | 0.51% | - |
| HSV(B) | 12.88º | 0.88% | 0.91% | - |
| XYZ | 36.13 | 22.04 | 3.45 | - |
| YUV | 115.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 28 | 0 | 0.69 | 0.88 | 0.09 | 12.88 | 0.82 | 0.51 |
| Hex | E9 | 48 | 1C | 0 | 45 | 58 | 9 | D | 52 | 33 |
| Octal | 351 | 110 | 34 | 0 | 105 | 130 | 11 | 15 | 122 | 63 |
| Binary | 11101001 | 1001000 | 11100 | 0 | 1000101 | 1011000 | 1001 | 1101 | 1010010 | 110011 |
Color Harmonies of #E9481C
Complementary color
Monochromatic Colors of #E9481C
Black with #E9481C
Text Example
Text Example
White with #E9481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9481C; }
p { color: rgb(233,72,28); }
H1.HeaderClassName
{
color: #E9481C;
}
.AnyTagClassName
{
color: #E9481C;
}
</style>
background-color css
<style>
a { background-color: #E9481C; }
a { background-color: rgb(233,72,28); }
div.DivClassName
{
background-color: #E9481C;
}
.BgClassName
{
background-color: #E9481C;
}
</style>
border-color css
<style>
span { border-color: #E9481C; }
span { border-color: rgb(233,72,28); }
td.TdClassName
{
border-color: #E9481C;
}
.TagClassName
{
border-color: #E9481C;
}
</style>