Shades of Cinnabar #E54D2A
Tints of Cinnabar #E54D2A
RGB
CMYK
RGB Variations
Color information
#E54D2A (or 0xE54D2A) is known color: Cinnabar. HEX triplet: E5, 4D and 2A. RGB value is (229,77,42). Sum of RGB (Red+Green+Blue) = 229+77+42=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D2A is #1AB2D5. Grayscale: #767676. Windows color (decimal): -1749718 or 2772453. OLE color: 2772453.
HSL color Cylindrical-coordinate representation of color #E54D2A: hue angle of 11.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E54D2A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 42 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.10 |
| HSL | 11.23º | 0.78% | 0.53% | - |
| HSV(B) | 11.23º | 0.82% | 0.9% | - |
| XYZ | 35.38 | 22.13 | 4.6 | - |
| YUV | 118.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 42 | 0 | 0.66 | 0.82 | 0.10 | 11.23 | 0.78 | 0.53 |
| Hex | E5 | 4D | 2A | 0 | 42 | 52 | A | B | 4E | 35 |
| Octal | 345 | 115 | 52 | 0 | 102 | 122 | 12 | 13 | 116 | 65 |
| Binary | 11100101 | 1001101 | 101010 | 0 | 1000010 | 1010010 | 1010 | 1011 | 1001110 | 110101 |
Color Harmonies of #E54D2A
Complementary color
Monochromatic Colors of #E54D2A
Black with #E54D2A
Text Example
Text Example
White with #E54D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D2A; }
p { color: rgb(229,77,42); }
H1.HeaderClassName
{
color: #E54D2A;
}
.AnyTagClassName
{
color: #E54D2A;
}
</style>
background-color css
<style>
a { background-color: #E54D2A; }
a { background-color: rgb(229,77,42); }
div.DivClassName
{
background-color: #E54D2A;
}
.BgClassName
{
background-color: #E54D2A;
}
</style>
border-color css
<style>
span { border-color: #E54D2A; }
span { border-color: rgb(229,77,42); }
td.TdClassName
{
border-color: #E54D2A;
}
.TagClassName
{
border-color: #E54D2A;
}
</style>