Shades of Cinnabar #E74C28
Tints of Cinnabar #E74C28
RGB
CMYK
RGB Variations
Color information
#E74C28 (or 0xE74C28) is known color: Cinnabar. HEX triplet: E7, 4C and 28. RGB value is (231,76,40). Sum of RGB (Red+Green+Blue) = 231+76+40=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C28 is #18B3D7. Grayscale: #767676. Windows color (decimal): -1618904 or 2641127. OLE color: 2641127.
HSL color Cylindrical-coordinate representation of color #E74C28: hue angle of 11.31º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E74C28 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 40 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.09 |
| HSL | 11.31º | 0.8% | 0.53% | - |
| HSV(B) | 11.31º | 0.83% | 0.91% | - |
| XYZ | 35.92 | 22.31 | 4.42 | - |
| YUV | 118.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 40 | 0 | 0.67 | 0.83 | 0.09 | 11.31 | 0.8 | 0.53 |
| Hex | E7 | 4C | 28 | 0 | 43 | 53 | 9 | B | 50 | 35 |
| Octal | 347 | 114 | 50 | 0 | 103 | 123 | 11 | 13 | 120 | 65 |
| Binary | 11100111 | 1001100 | 101000 | 0 | 1000011 | 1010011 | 1001 | 1011 | 1010000 | 110101 |
Color Harmonies of #E74C28
Complementary color
Monochromatic Colors of #E74C28
Black with #E74C28
Text Example
Text Example
White with #E74C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C28; }
p { color: rgb(231,76,40); }
H1.HeaderClassName
{
color: #E74C28;
}
.AnyTagClassName
{
color: #E74C28;
}
</style>
background-color css
<style>
a { background-color: #E74C28; }
a { background-color: rgb(231,76,40); }
div.DivClassName
{
background-color: #E74C28;
}
.BgClassName
{
background-color: #E74C28;
}
</style>
border-color css
<style>
span { border-color: #E74C28; }
span { border-color: rgb(231,76,40); }
td.TdClassName
{
border-color: #E74C28;
}
.TagClassName
{
border-color: #E74C28;
}
</style>