Shades of Cinnabar #E54540
Tints of Cinnabar #E54540
RGB
CMYK
RGB Variations
Color information
#E54540 (or 0xE54540) is known color: Cinnabar. HEX triplet: E5, 45 and 40. RGB value is (229,69,64). Sum of RGB (Red+Green+Blue) = 229+69+64=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E54540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54540 is #1ABABF. Grayscale: #747474. Windows color (decimal): -1751744 or 4212197. OLE color: 4212197.
HSL color Cylindrical-coordinate representation of color #E54540: hue angle of 1.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54540 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 64 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.10 |
| HSL | 1.82º | 0.76% | 0.57% | - |
| HSV(B) | 1.82º | 0.72% | 0.9% | - |
| XYZ | 35.37 | 21.28 | 7.09 | - |
| YUV | 116.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 64 | 0 | 0.70 | 0.72 | 0.10 | 1.82 | 0.76 | 0.57 |
| Hex | E5 | 45 | 40 | 0 | 46 | 48 | A | 2 | 4C | 39 |
| Octal | 345 | 105 | 100 | 0 | 106 | 110 | 12 | 2 | 114 | 71 |
| Binary | 11100101 | 1000101 | 1000000 | 0 | 1000110 | 1001000 | 1010 | 10 | 1001100 | 111001 |
Color Harmonies of #E54540
Complementary color
Monochromatic Colors of #E54540
Black with #E54540
Text Example
Text Example
White with #E54540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54540; }
p { color: rgb(229,69,64); }
H1.HeaderClassName
{
color: #E54540;
}
.AnyTagClassName
{
color: #E54540;
}
</style>
background-color css
<style>
a { background-color: #E54540; }
a { background-color: rgb(229,69,64); }
div.DivClassName
{
background-color: #E54540;
}
.BgClassName
{
background-color: #E54540;
}
</style>
border-color css
<style>
span { border-color: #E54540; }
span { border-color: rgb(229,69,64); }
td.TdClassName
{
border-color: #E54540;
}
.TagClassName
{
border-color: #E54540;
}
</style>