Shades of Cinnabar #E54A35
Tints of Cinnabar #E54A35
RGB
CMYK
RGB Variations
Color information
#E54A35 (or 0xE54A35) is known color: Cinnabar. HEX triplet: E5, 4A and 35. RGB value is (229,74,53). Sum of RGB (Red+Green+Blue) = 229+74+53=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A35 is #1AB5CA. Grayscale: #767676. Windows color (decimal): -1750475 or 3492581. OLE color: 3492581.
HSL color Cylindrical-coordinate representation of color #E54A35: hue angle of 7.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E54A35 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 53 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.10 |
| HSL | 7.16º | 0.77% | 0.55% | - |
| HSV(B) | 7.16º | 0.77% | 0.9% | - |
| XYZ | 35.4 | 21.81 | 5.71 | - |
| YUV | 117.95 | 91.35 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 53 | 0 | 0.68 | 0.77 | 0.10 | 7.16 | 0.77 | 0.55 |
| Hex | E5 | 4A | 35 | 0 | 44 | 4D | A | 7 | 4D | 37 |
| Octal | 345 | 112 | 65 | 0 | 104 | 115 | 12 | 7 | 115 | 67 |
| Binary | 11100101 | 1001010 | 110101 | 0 | 1000100 | 1001101 | 1010 | 111 | 1001101 | 110111 |
Color Harmonies of #E54A35
Complementary color
Monochromatic Colors of #E54A35
Black with #E54A35
Text Example
Text Example
White with #E54A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A35; }
p { color: rgb(229,74,53); }
H1.HeaderClassName
{
color: #E54A35;
}
.AnyTagClassName
{
color: #E54A35;
}
</style>
background-color css
<style>
a { background-color: #E54A35; }
a { background-color: rgb(229,74,53); }
div.DivClassName
{
background-color: #E54A35;
}
.BgClassName
{
background-color: #E54A35;
}
</style>
border-color css
<style>
span { border-color: #E54A35; }
span { border-color: rgb(229,74,53); }
td.TdClassName
{
border-color: #E54A35;
}
.TagClassName
{
border-color: #E54A35;
}
</style>