Shades of Cinnabar #EC4842
Tints of Cinnabar #EC4842
RGB
CMYK
RGB Variations
Color information
#EC4842 (or 0xEC4842) is known color: Cinnabar. HEX triplet: EC, 48 and 42. RGB value is (236,72,66). Sum of RGB (Red+Green+Blue) = 236+72+66=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4842 is #13B7BD. Grayscale: #787878. Windows color (decimal): -1292222 or 4344044. OLE color: 4344044.
HSL color Cylindrical-coordinate representation of color #EC4842: hue angle of 2.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4842 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 66 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.07 |
| HSL | 2.12º | 0.82% | 0.59% | - |
| HSV(B) | 2.12º | 0.72% | 0.93% | - |
| XYZ | 37.89 | 22.86 | 7.57 | - |
| YUV | 120.35 | 97.33 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 66 | 0 | 0.69 | 0.72 | 0.07 | 2.12 | 0.82 | 0.59 |
| Hex | EC | 48 | 42 | 0 | 45 | 48 | 7 | 2 | 52 | 3B |
| Octal | 354 | 110 | 102 | 0 | 105 | 110 | 7 | 2 | 122 | 73 |
| Binary | 11101100 | 1001000 | 1000010 | 0 | 1000101 | 1001000 | 111 | 10 | 1010010 | 111011 |
Color Harmonies of #EC4842
Complementary color
Monochromatic Colors of #EC4842
Black with #EC4842
Text Example
Text Example
White with #EC4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4842; }
p { color: rgb(236,72,66); }
H1.HeaderClassName
{
color: #EC4842;
}
.AnyTagClassName
{
color: #EC4842;
}
</style>
background-color css
<style>
a { background-color: #EC4842; }
a { background-color: rgb(236,72,66); }
div.DivClassName
{
background-color: #EC4842;
}
.BgClassName
{
background-color: #EC4842;
}
</style>
border-color css
<style>
span { border-color: #EC4842; }
span { border-color: rgb(236,72,66); }
td.TdClassName
{
border-color: #EC4842;
}
.TagClassName
{
border-color: #EC4842;
}
</style>