Shades of Cinnabar #E5392A
Tints of Cinnabar #E5392A
RGB
CMYK
RGB Variations
Color information
#E5392A (or 0xE5392A) is known color: Cinnabar. HEX triplet: E5, 39 and 2A. RGB value is (229,57,42). Sum of RGB (Red+Green+Blue) = 229+57+42=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5392A is #1AC6D5. Grayscale: #6A6A6A. Windows color (decimal): -1754838 or 2767333. OLE color: 2767333.
HSL color Cylindrical-coordinate representation of color #E5392A: hue angle of 4.81º 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 #E5392A is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 42 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.10 |
| HSL | 4.81º | 0.78% | 0.53% | - |
| HSV(B) | 4.81º | 0.82% | 0.9% | - |
| XYZ | 34.19 | 19.75 | 4.2 | - |
| YUV | 106.72 | 91.48 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 42 | 0 | 0.75 | 0.82 | 0.10 | 4.81 | 0.78 | 0.53 |
| Hex | E5 | 39 | 2A | 0 | 4B | 52 | A | 5 | 4E | 35 |
| Octal | 345 | 71 | 52 | 0 | 113 | 122 | 12 | 5 | 116 | 65 |
| Binary | 11100101 | 111001 | 101010 | 0 | 1001011 | 1010010 | 1010 | 101 | 1001110 | 110101 |
Color Harmonies of #E5392A
Complementary color
Monochromatic Colors of #E5392A
Black with #E5392A
Text Example
Text Example
White with #E5392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5392A; }
p { color: rgb(229,57,42); }
H1.HeaderClassName
{
color: #E5392A;
}
.AnyTagClassName
{
color: #E5392A;
}
</style>
background-color css
<style>
a { background-color: #E5392A; }
a { background-color: rgb(229,57,42); }
div.DivClassName
{
background-color: #E5392A;
}
.BgClassName
{
background-color: #E5392A;
}
</style>
border-color css
<style>
span { border-color: #E5392A; }
span { border-color: rgb(229,57,42); }
td.TdClassName
{
border-color: #E5392A;
}
.TagClassName
{
border-color: #E5392A;
}
</style>