Shades of Cinnabar #E54D2D
Tints of Cinnabar #E54D2D
RGB
CMYK
RGB Variations
Color information
#E54D2D (or 0xE54D2D) is known color: Cinnabar. HEX triplet: E5, 4D and 2D. RGB value is (229,77,45). Sum of RGB (Red+Green+Blue) = 229+77+45=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D2D is #1AB2D2. Grayscale: #777777. Windows color (decimal): -1749715 or 2969061. OLE color: 2969061.
HSL color Cylindrical-coordinate representation of color #E54D2D: hue angle of 10.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E54D2D is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 45 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.10 |
| HSL | 10.43º | 0.78% | 0.54% | - |
| HSV(B) | 10.43º | 0.8% | 0.9% | - |
| XYZ | 35.44 | 22.16 | 4.89 | - |
| YUV | 118.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 45 | 0 | 0.66 | 0.80 | 0.10 | 10.43 | 0.78 | 0.54 |
| Hex | E5 | 4D | 2D | 0 | 42 | 50 | A | A | 4E | 36 |
| Octal | 345 | 115 | 55 | 0 | 102 | 120 | 12 | 12 | 116 | 66 |
| Binary | 11100101 | 1001101 | 101101 | 0 | 1000010 | 1010000 | 1010 | 1010 | 1001110 | 110110 |
Color Harmonies of #E54D2D
Complementary color
Monochromatic Colors of #E54D2D
Black with #E54D2D
Text Example
Text Example
White with #E54D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D2D; }
p { color: rgb(229,77,45); }
H1.HeaderClassName
{
color: #E54D2D;
}
.AnyTagClassName
{
color: #E54D2D;
}
</style>
background-color css
<style>
a { background-color: #E54D2D; }
a { background-color: rgb(229,77,45); }
div.DivClassName
{
background-color: #E54D2D;
}
.BgClassName
{
background-color: #E54D2D;
}
</style>
border-color css
<style>
span { border-color: #E54D2D; }
span { border-color: rgb(229,77,45); }
td.TdClassName
{
border-color: #E54D2D;
}
.TagClassName
{
border-color: #E54D2D;
}
</style>