Shades of Cinnabar #E54A43
Tints of Cinnabar #E54A43
RGB
CMYK
RGB Variations
Color information
#E54A43 (or 0xE54A43) is known color: Cinnabar. HEX triplet: E5, 4A and 43. RGB value is (229,74,67). Sum of RGB (Red+Green+Blue) = 229+74+67=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A43 is #1AB5BC. Grayscale: #777777. Windows color (decimal): -1750461 or 4410085. OLE color: 4410085.
HSL color Cylindrical-coordinate representation of color #E54A43: hue angle of 2.59º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54A43 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 67 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.10 |
| HSL | 2.59º | 0.76% | 0.58% | - |
| HSV(B) | 2.59º | 0.71% | 0.9% | - |
| XYZ | 35.78 | 21.96 | 7.66 | - |
| YUV | 119.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 67 | 0 | 0.68 | 0.71 | 0.10 | 2.59 | 0.76 | 0.58 |
| Hex | E5 | 4A | 43 | 0 | 44 | 47 | A | 3 | 4C | 3A |
| Octal | 345 | 112 | 103 | 0 | 104 | 107 | 12 | 3 | 114 | 72 |
| Binary | 11100101 | 1001010 | 1000011 | 0 | 1000100 | 1000111 | 1010 | 11 | 1001100 | 111010 |
Color Harmonies of #E54A43
Complementary color
Monochromatic Colors of #E54A43
Black with #E54A43
Text Example
Text Example
White with #E54A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A43; }
p { color: rgb(229,74,67); }
H1.HeaderClassName
{
color: #E54A43;
}
.AnyTagClassName
{
color: #E54A43;
}
</style>
background-color css
<style>
a { background-color: #E54A43; }
a { background-color: rgb(229,74,67); }
div.DivClassName
{
background-color: #E54A43;
}
.BgClassName
{
background-color: #E54A43;
}
</style>
border-color css
<style>
span { border-color: #E54A43; }
span { border-color: rgb(229,74,67); }
td.TdClassName
{
border-color: #E54A43;
}
.TagClassName
{
border-color: #E54A43;
}
</style>