Shades of Cinnabar #E74C42
Tints of Cinnabar #E74C42
RGB
CMYK
RGB Variations
Color information
#E74C42 (or 0xE74C42) is known color: Cinnabar. HEX triplet: E7, 4C and 42. RGB value is (231,76,66). Sum of RGB (Red+Green+Blue) = 231+76+66=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C42 is #18B3BD. Grayscale: #797979. Windows color (decimal): -1618878 or 4345063. OLE color: 4345063.
HSL color Cylindrical-coordinate representation of color #E74C42: hue angle of 3.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74C42 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 66 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.09 |
| HSL | 3.64º | 0.77% | 0.58% | - |
| HSV(B) | 3.64º | 0.71% | 0.91% | - |
| XYZ | 36.52 | 22.55 | 7.58 | - |
| YUV | 121.21 | 96.85 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 66 | 0 | 0.67 | 0.71 | 0.09 | 3.64 | 0.77 | 0.58 |
| Hex | E7 | 4C | 42 | 0 | 43 | 47 | 9 | 4 | 4D | 3A |
| Octal | 347 | 114 | 102 | 0 | 103 | 107 | 11 | 4 | 115 | 72 |
| Binary | 11100111 | 1001100 | 1000010 | 0 | 1000011 | 1000111 | 1001 | 100 | 1001101 | 111010 |
Color Harmonies of #E74C42
Complementary color
Monochromatic Colors of #E74C42
Black with #E74C42
Text Example
Text Example
White with #E74C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C42; }
p { color: rgb(231,76,66); }
H1.HeaderClassName
{
color: #E74C42;
}
.AnyTagClassName
{
color: #E74C42;
}
</style>
background-color css
<style>
a { background-color: #E74C42; }
a { background-color: rgb(231,76,66); }
div.DivClassName
{
background-color: #E74C42;
}
.BgClassName
{
background-color: #E74C42;
}
</style>
border-color css
<style>
span { border-color: #E74C42; }
span { border-color: rgb(231,76,66); }
td.TdClassName
{
border-color: #E74C42;
}
.TagClassName
{
border-color: #E74C42;
}
</style>