Shades of Cinnabar #E74C2A
Tints of Cinnabar #E74C2A
RGB
CMYK
RGB Variations
Color information
#E74C2A (or 0xE74C2A) is known color: Cinnabar. HEX triplet: E7, 4C and 2A. RGB value is (231,76,42). Sum of RGB (Red+Green+Blue) = 231+76+42=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C2A is #18B3D5. Grayscale: #767676. Windows color (decimal): -1618902 or 2772199. OLE color: 2772199.
HSL color Cylindrical-coordinate representation of color #E74C2A: hue angle of 10.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E74C2A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 42 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.09 |
| HSL | 10.79º | 0.8% | 0.54% | - |
| HSV(B) | 10.79º | 0.82% | 0.91% | - |
| XYZ | 35.96 | 22.32 | 4.6 | - |
| YUV | 118.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 42 | 0 | 0.67 | 0.82 | 0.09 | 10.79 | 0.8 | 0.54 |
| Hex | E7 | 4C | 2A | 0 | 43 | 52 | 9 | B | 50 | 36 |
| Octal | 347 | 114 | 52 | 0 | 103 | 122 | 11 | 13 | 120 | 66 |
| Binary | 11100111 | 1001100 | 101010 | 0 | 1000011 | 1010010 | 1001 | 1011 | 1010000 | 110110 |
Color Harmonies of #E74C2A
Complementary color
Monochromatic Colors of #E74C2A
Black with #E74C2A
Text Example
Text Example
White with #E74C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C2A; }
p { color: rgb(231,76,42); }
H1.HeaderClassName
{
color: #E74C2A;
}
.AnyTagClassName
{
color: #E74C2A;
}
</style>
background-color css
<style>
a { background-color: #E74C2A; }
a { background-color: rgb(231,76,42); }
div.DivClassName
{
background-color: #E74C2A;
}
.BgClassName
{
background-color: #E74C2A;
}
</style>
border-color css
<style>
span { border-color: #E74C2A; }
span { border-color: rgb(231,76,42); }
td.TdClassName
{
border-color: #E74C2A;
}
.TagClassName
{
border-color: #E74C2A;
}
</style>