Shades of Cinnabar #E54C26
Tints of Cinnabar #E54C26
RGB
CMYK
RGB Variations
Color information
#E54C26 (or 0xE54C26) is known color: Cinnabar. HEX triplet: E5, 4C and 26. RGB value is (229,76,38). Sum of RGB (Red+Green+Blue) = 229+76+38=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C26 is #1AB3D9. Grayscale: #757575. Windows color (decimal): -1749978 or 2510053. OLE color: 2510053.
HSL color Cylindrical-coordinate representation of color #E54C26: hue angle of 11.94º 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 #E54C26 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 38 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.10 |
| HSL | 11.94º | 0.79% | 0.52% | - |
| HSV(B) | 11.94º | 0.83% | 0.9% | - |
| XYZ | 35.25 | 21.97 | 4.22 | - |
| YUV | 117.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 38 | 0 | 0.67 | 0.83 | 0.10 | 11.94 | 0.79 | 0.52 |
| Hex | E5 | 4C | 26 | 0 | 43 | 53 | A | C | 4F | 34 |
| Octal | 345 | 114 | 46 | 0 | 103 | 123 | 12 | 14 | 117 | 64 |
| Binary | 11100101 | 1001100 | 100110 | 0 | 1000011 | 1010011 | 1010 | 1100 | 1001111 | 110100 |
Color Harmonies of #E54C26
Complementary color
Monochromatic Colors of #E54C26
Black with #E54C26
Text Example
Text Example
White with #E54C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C26; }
p { color: rgb(229,76,38); }
H1.HeaderClassName
{
color: #E54C26;
}
.AnyTagClassName
{
color: #E54C26;
}
</style>
background-color css
<style>
a { background-color: #E54C26; }
a { background-color: rgb(229,76,38); }
div.DivClassName
{
background-color: #E54C26;
}
.BgClassName
{
background-color: #E54C26;
}
</style>
border-color css
<style>
span { border-color: #E54C26; }
span { border-color: rgb(229,76,38); }
td.TdClassName
{
border-color: #E54C26;
}
.TagClassName
{
border-color: #E54C26;
}
</style>