Shades of Cinnabar #E5492A
Tints of Cinnabar #E5492A
RGB
CMYK
RGB Variations
Color information
#E5492A (or 0xE5492A) is known color: Cinnabar. HEX triplet: E5, 49 and 2A. RGB value is (229,73,42). Sum of RGB (Red+Green+Blue) = 229+73+42=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5492A is #1AB6D5. Grayscale: #747474. Windows color (decimal): -1750742 or 2771429. OLE color: 2771429.
HSL color Cylindrical-coordinate representation of color #E5492A: hue angle of 9.95º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5492A is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 42 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.10 |
| HSL | 9.95º | 0.78% | 0.53% | - |
| HSV(B) | 9.95º | 0.82% | 0.9% | - |
| XYZ | 35.11 | 21.59 | 4.51 | - |
| YUV | 116.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 42 | 0 | 0.68 | 0.82 | 0.10 | 9.95 | 0.78 | 0.53 |
| Hex | E5 | 49 | 2A | 0 | 44 | 52 | A | A | 4E | 35 |
| Octal | 345 | 111 | 52 | 0 | 104 | 122 | 12 | 12 | 116 | 65 |
| Binary | 11100101 | 1001001 | 101010 | 0 | 1000100 | 1010010 | 1010 | 1010 | 1001110 | 110101 |
Color Harmonies of #E5492A
Complementary color
Monochromatic Colors of #E5492A
Black with #E5492A
Text Example
Text Example
White with #E5492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5492A; }
p { color: rgb(229,73,42); }
H1.HeaderClassName
{
color: #E5492A;
}
.AnyTagClassName
{
color: #E5492A;
}
</style>
background-color css
<style>
a { background-color: #E5492A; }
a { background-color: rgb(229,73,42); }
div.DivClassName
{
background-color: #E5492A;
}
.BgClassName
{
background-color: #E5492A;
}
</style>
border-color css
<style>
span { border-color: #E5492A; }
span { border-color: rgb(229,73,42); }
td.TdClassName
{
border-color: #E5492A;
}
.TagClassName
{
border-color: #E5492A;
}
</style>