Shades of Cinnabar #E54D26
Tints of Cinnabar #E54D26
RGB
CMYK
RGB Variations
Color information
#E54D26 (or 0xE54D26) is known color: Cinnabar. HEX triplet: E5, 4D and 26. RGB value is (229,77,38). Sum of RGB (Red+Green+Blue) = 229+77+38=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D26 is #1AB2D9. Grayscale: #767676. Windows color (decimal): -1749722 or 2510309. OLE color: 2510309.
HSL color Cylindrical-coordinate representation of color #E54D26: hue angle of 12.25º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E54D26 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 38 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.10 |
| HSL | 12.25º | 0.79% | 0.52% | - |
| HSV(B) | 12.25º | 0.83% | 0.9% | - |
| XYZ | 35.32 | 22.11 | 4.24 | - |
| YUV | 118 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 38 | 0 | 0.66 | 0.83 | 0.10 | 12.25 | 0.79 | 0.52 |
| Hex | E5 | 4D | 26 | 0 | 42 | 53 | A | C | 4F | 34 |
| Octal | 345 | 115 | 46 | 0 | 102 | 123 | 12 | 14 | 117 | 64 |
| Binary | 11100101 | 1001101 | 100110 | 0 | 1000010 | 1010011 | 1010 | 1100 | 1001111 | 110100 |
Color Harmonies of #E54D26
Complementary color
Monochromatic Colors of #E54D26
Black with #E54D26
Text Example
Text Example
White with #E54D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D26; }
p { color: rgb(229,77,38); }
H1.HeaderClassName
{
color: #E54D26;
}
.AnyTagClassName
{
color: #E54D26;
}
</style>
background-color css
<style>
a { background-color: #E54D26; }
a { background-color: rgb(229,77,38); }
div.DivClassName
{
background-color: #E54D26;
}
.BgClassName
{
background-color: #E54D26;
}
</style>
border-color css
<style>
span { border-color: #E54D26; }
span { border-color: rgb(229,77,38); }
td.TdClassName
{
border-color: #E54D26;
}
.TagClassName
{
border-color: #E54D26;
}
</style>