Shades of Cinnabar #E54A46
Tints of Cinnabar #E54A46
RGB
CMYK
RGB Variations
Color information
#E54A46 (or 0xE54A46) is known color: Cinnabar. HEX triplet: E5, 4A and 46. RGB value is (229,74,70). Sum of RGB (Red+Green+Blue) = 229+74+70=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A46 is #1AB5B9. Grayscale: #787878. Windows color (decimal): -1750458 or 4606693. OLE color: 4606693.
HSL color Cylindrical-coordinate representation of color #E54A46: hue angle of 1.51º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54A46 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 70 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.10 |
| HSL | 1.51º | 0.75% | 0.59% | - |
| HSV(B) | 1.51º | 0.69% | 0.9% | - |
| XYZ | 35.87 | 22 | 8.15 | - |
| YUV | 119.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 70 | 0 | 0.68 | 0.69 | 0.10 | 1.51 | 0.75 | 0.59 |
| Hex | E5 | 4A | 46 | 0 | 44 | 45 | A | 2 | 4B | 3B |
| Octal | 345 | 112 | 106 | 0 | 104 | 105 | 12 | 2 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1000110 | 0 | 1000100 | 1000101 | 1010 | 10 | 1001011 | 111011 |
Color Harmonies of #E54A46
Complementary color
Monochromatic Colors of #E54A46
Black with #E54A46
Text Example
Text Example
White with #E54A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A46; }
p { color: rgb(229,74,70); }
H1.HeaderClassName
{
color: #E54A46;
}
.AnyTagClassName
{
color: #E54A46;
}
</style>
background-color css
<style>
a { background-color: #E54A46; }
a { background-color: rgb(229,74,70); }
div.DivClassName
{
background-color: #E54A46;
}
.BgClassName
{
background-color: #E54A46;
}
</style>
border-color css
<style>
span { border-color: #E54A46; }
span { border-color: rgb(229,74,70); }
td.TdClassName
{
border-color: #E54A46;
}
.TagClassName
{
border-color: #E54A46;
}
</style>