Shades of Cinnabar #E54C42
Tints of Cinnabar #E54C42
RGB
CMYK
RGB Variations
Color information
#E54C42 (or 0xE54C42) is known color: Cinnabar. HEX triplet: E5, 4C and 42. RGB value is (229,76,66). Sum of RGB (Red+Green+Blue) = 229+76+66=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C42 is #1AB3BD. Grayscale: #787878. Windows color (decimal): -1749950 or 4345061. OLE color: 4345061.
HSL color Cylindrical-coordinate representation of color #E54C42: hue angle of 3.68º 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 #E54C42 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 66 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.10 |
| HSL | 3.68º | 0.76% | 0.58% | - |
| HSV(B) | 3.68º | 0.71% | 0.9% | - |
| XYZ | 35.88 | 22.22 | 7.55 | - |
| YUV | 120.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 66 | 0 | 0.67 | 0.71 | 0.10 | 3.68 | 0.76 | 0.58 |
| Hex | E5 | 4C | 42 | 0 | 43 | 47 | A | 4 | 4C | 3A |
| Octal | 345 | 114 | 102 | 0 | 103 | 107 | 12 | 4 | 114 | 72 |
| Binary | 11100101 | 1001100 | 1000010 | 0 | 1000011 | 1000111 | 1010 | 100 | 1001100 | 111010 |
Color Harmonies of #E54C42
Complementary color
Monochromatic Colors of #E54C42
Black with #E54C42
Text Example
Text Example
White with #E54C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C42; }
p { color: rgb(229,76,66); }
H1.HeaderClassName
{
color: #E54C42;
}
.AnyTagClassName
{
color: #E54C42;
}
</style>
background-color css
<style>
a { background-color: #E54C42; }
a { background-color: rgb(229,76,66); }
div.DivClassName
{
background-color: #E54C42;
}
.BgClassName
{
background-color: #E54C42;
}
</style>
border-color css
<style>
span { border-color: #E54C42; }
span { border-color: rgb(229,76,66); }
td.TdClassName
{
border-color: #E54C42;
}
.TagClassName
{
border-color: #E54C42;
}
</style>