Shades of Cinnabar #E54340
Tints of Cinnabar #E54340
RGB
CMYK
RGB Variations
Color information
#E54340 (or 0xE54340) is known color: Cinnabar. HEX triplet: E5, 43 and 40. RGB value is (229,67,64). Sum of RGB (Red+Green+Blue) = 229+67+64=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E54340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54340 is #1ABCBF. Grayscale: #737373. Windows color (decimal): -1752256 or 4211685. OLE color: 4211685.
HSL color Cylindrical-coordinate representation of color #E54340: hue angle of 1.09º 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 #E54340 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 64 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.10 |
| HSL | 1.09º | 0.76% | 0.57% | - |
| HSV(B) | 1.09º | 0.72% | 0.9% | - |
| XYZ | 35.25 | 21.04 | 7.05 | - |
| YUV | 115.1 | 99.17 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 64 | 0 | 0.71 | 0.72 | 0.10 | 1.09 | 0.76 | 0.57 |
| Hex | E5 | 43 | 40 | 0 | 47 | 48 | A | 1 | 4C | 39 |
| Octal | 345 | 103 | 100 | 0 | 107 | 110 | 12 | 1 | 114 | 71 |
| Binary | 11100101 | 1000011 | 1000000 | 0 | 1000111 | 1001000 | 1010 | 1 | 1001100 | 111001 |
Color Harmonies of #E54340
Complementary color
Monochromatic Colors of #E54340
Black with #E54340
Text Example
Text Example
White with #E54340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54340; }
p { color: rgb(229,67,64); }
H1.HeaderClassName
{
color: #E54340;
}
.AnyTagClassName
{
color: #E54340;
}
</style>
background-color css
<style>
a { background-color: #E54340; }
a { background-color: rgb(229,67,64); }
div.DivClassName
{
background-color: #E54340;
}
.BgClassName
{
background-color: #E54340;
}
</style>
border-color css
<style>
span { border-color: #E54340; }
span { border-color: rgb(229,67,64); }
td.TdClassName
{
border-color: #E54340;
}
.TagClassName
{
border-color: #E54340;
}
</style>