Shades of Cinnabar #E74D24
Tints of Cinnabar #E74D24
RGB
CMYK
RGB Variations
Color information
#E74D24 (or 0xE74D24) is known color: Cinnabar. HEX triplet: E7, 4D and 24. RGB value is (231,77,36). Sum of RGB (Red+Green+Blue) = 231+77+36=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D24 is #18B2DB. Grayscale: #767676. Windows color (decimal): -1618652 or 2379239. OLE color: 2379239.
HSL color Cylindrical-coordinate representation of color #E74D24: hue angle of 12.62º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E74D24 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 36 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.09 |
| HSL | 12.62º | 0.8% | 0.52% | - |
| HSV(B) | 12.62º | 0.84% | 0.91% | - |
| XYZ | 35.93 | 22.42 | 4.1 | - |
| YUV | 118.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 36 | 0 | 0.67 | 0.84 | 0.09 | 12.62 | 0.8 | 0.52 |
| Hex | E7 | 4D | 24 | 0 | 43 | 54 | 9 | D | 50 | 34 |
| Octal | 347 | 115 | 44 | 0 | 103 | 124 | 11 | 15 | 120 | 64 |
| Binary | 11100111 | 1001101 | 100100 | 0 | 1000011 | 1010100 | 1001 | 1101 | 1010000 | 110100 |
Color Harmonies of #E74D24
Complementary color
Monochromatic Colors of #E74D24
Black with #E74D24
Text Example
Text Example
White with #E74D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D24; }
p { color: rgb(231,77,36); }
H1.HeaderClassName
{
color: #E74D24;
}
.AnyTagClassName
{
color: #E74D24;
}
</style>
background-color css
<style>
a { background-color: #E74D24; }
a { background-color: rgb(231,77,36); }
div.DivClassName
{
background-color: #E74D24;
}
.BgClassName
{
background-color: #E74D24;
}
</style>
border-color css
<style>
span { border-color: #E74D24; }
span { border-color: rgb(231,77,36); }
td.TdClassName
{
border-color: #E74D24;
}
.TagClassName
{
border-color: #E74D24;
}
</style>