Shades of Cinnabar #E54D43
Tints of Cinnabar #E54D43
RGB
CMYK
RGB Variations
Color information
#E54D43 (or 0xE54D43) is known color: Cinnabar. HEX triplet: E5, 4D and 43. RGB value is (229,77,67). Sum of RGB (Red+Green+Blue) = 229+77+67=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D43 is #1AB2BC. Grayscale: #797979. Windows color (decimal): -1749693 or 4410853. OLE color: 4410853.
HSL color Cylindrical-coordinate representation of color #E54D43: hue angle of 3.7º 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 #E54D43 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 67 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.10 |
| HSL | 3.7º | 0.76% | 0.58% | - |
| HSV(B) | 3.7º | 0.71% | 0.9% | - |
| XYZ | 35.98 | 22.37 | 7.73 | - |
| YUV | 121.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 67 | 0 | 0.66 | 0.71 | 0.10 | 3.7 | 0.76 | 0.58 |
| Hex | E5 | 4D | 43 | 0 | 42 | 47 | A | 4 | 4C | 3A |
| Octal | 345 | 115 | 103 | 0 | 102 | 107 | 12 | 4 | 114 | 72 |
| Binary | 11100101 | 1001101 | 1000011 | 0 | 1000010 | 1000111 | 1010 | 100 | 1001100 | 111010 |
Color Harmonies of #E54D43
Complementary color
Monochromatic Colors of #E54D43
Black with #E54D43
Text Example
Text Example
White with #E54D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D43; }
p { color: rgb(229,77,67); }
H1.HeaderClassName
{
color: #E54D43;
}
.AnyTagClassName
{
color: #E54D43;
}
</style>
background-color css
<style>
a { background-color: #E54D43; }
a { background-color: rgb(229,77,67); }
div.DivClassName
{
background-color: #E54D43;
}
.BgClassName
{
background-color: #E54D43;
}
</style>
border-color css
<style>
span { border-color: #E54D43; }
span { border-color: rgb(229,77,67); }
td.TdClassName
{
border-color: #E54D43;
}
.TagClassName
{
border-color: #E54D43;
}
</style>