Shades of Cinnabar #E54A3E
Tints of Cinnabar #E54A3E
RGB
CMYK
RGB Variations
Color information
#E54A3E (or 0xE54A3E) is known color: Cinnabar. HEX triplet: E5, 4A and 3E. RGB value is (229,74,62). Sum of RGB (Red+Green+Blue) = 229+74+62=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A3E is #1AB5C1. Grayscale: #777777. Windows color (decimal): -1750466 or 4082405. OLE color: 4082405.
HSL color Cylindrical-coordinate representation of color #E54A3E: hue angle of 4.31º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E54A3E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 62 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.10 |
| HSL | 4.31º | 0.76% | 0.57% | - |
| HSV(B) | 4.31º | 0.73% | 0.9% | - |
| XYZ | 35.63 | 21.9 | 6.91 | - |
| YUV | 118.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 62 | 0 | 0.68 | 0.73 | 0.10 | 4.31 | 0.76 | 0.57 |
| Hex | E5 | 4A | 3E | 0 | 44 | 49 | A | 4 | 4C | 39 |
| Octal | 345 | 112 | 76 | 0 | 104 | 111 | 12 | 4 | 114 | 71 |
| Binary | 11100101 | 1001010 | 111110 | 0 | 1000100 | 1001001 | 1010 | 100 | 1001100 | 111001 |
Color Harmonies of #E54A3E
Complementary color
Monochromatic Colors of #E54A3E
Black with #E54A3E
Text Example
Text Example
White with #E54A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A3E; }
p { color: rgb(229,74,62); }
H1.HeaderClassName
{
color: #E54A3E;
}
.AnyTagClassName
{
color: #E54A3E;
}
</style>
background-color css
<style>
a { background-color: #E54A3E; }
a { background-color: rgb(229,74,62); }
div.DivClassName
{
background-color: #E54A3E;
}
.BgClassName
{
background-color: #E54A3E;
}
</style>
border-color css
<style>
span { border-color: #E54A3E; }
span { border-color: rgb(229,74,62); }
td.TdClassName
{
border-color: #E54A3E;
}
.TagClassName
{
border-color: #E54A3E;
}
</style>