Shades of Cinnabar #E5392B
Tints of Cinnabar #E5392B
RGB
CMYK
RGB Variations
Color information
#E5392B (or 0xE5392B) is known color: Cinnabar. HEX triplet: E5, 39 and 2B. RGB value is (229,57,43). Sum of RGB (Red+Green+Blue) = 229+57+43=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5392B is #1AC6D4. Grayscale: #6B6B6B. Windows color (decimal): -1754837 or 2832869. OLE color: 2832869.
HSL color Cylindrical-coordinate representation of color #E5392B: hue angle of 4.52º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5392B is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 43 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.10 |
| HSL | 4.52º | 0.78% | 0.53% | - |
| HSV(B) | 4.52º | 0.81% | 0.9% | - |
| XYZ | 34.21 | 19.76 | 4.3 | - |
| YUV | 106.83 | 91.98 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 43 | 0 | 0.75 | 0.81 | 0.10 | 4.52 | 0.78 | 0.53 |
| Hex | E5 | 39 | 2B | 0 | 4B | 51 | A | 5 | 4E | 35 |
| Octal | 345 | 71 | 53 | 0 | 113 | 121 | 12 | 5 | 116 | 65 |
| Binary | 11100101 | 111001 | 101011 | 0 | 1001011 | 1010001 | 1010 | 101 | 1001110 | 110101 |
Color Harmonies of #E5392B
Complementary color
Monochromatic Colors of #E5392B
Black with #E5392B
Text Example
Text Example
White with #E5392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5392B; }
p { color: rgb(229,57,43); }
H1.HeaderClassName
{
color: #E5392B;
}
.AnyTagClassName
{
color: #E5392B;
}
</style>
background-color css
<style>
a { background-color: #E5392B; }
a { background-color: rgb(229,57,43); }
div.DivClassName
{
background-color: #E5392B;
}
.BgClassName
{
background-color: #E5392B;
}
</style>
border-color css
<style>
span { border-color: #E5392B; }
span { border-color: rgb(229,57,43); }
td.TdClassName
{
border-color: #E5392B;
}
.TagClassName
{
border-color: #E5392B;
}
</style>