Shades of Cinnabar #EC4741
Tints of Cinnabar #EC4741
RGB
CMYK
RGB Variations
Color information
#EC4741 (or 0xEC4741) is known color: Cinnabar. HEX triplet: EC, 47 and 41. RGB value is (236,71,65). Sum of RGB (Red+Green+Blue) = 236+71+65=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4741 is #13B8BE. Grayscale: #777777. Windows color (decimal): -1292479 or 4278252. OLE color: 4278252.
HSL color Cylindrical-coordinate representation of color #EC4741: hue angle of 2.11º 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 #EC4741 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 65 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.07 |
| HSL | 2.11º | 0.82% | 0.59% | - |
| HSV(B) | 2.11º | 0.72% | 0.93% | - |
| XYZ | 37.8 | 22.72 | 7.39 | - |
| YUV | 119.65 | 97.16 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 65 | 0 | 0.70 | 0.72 | 0.07 | 2.11 | 0.82 | 0.59 |
| Hex | EC | 47 | 41 | 0 | 46 | 48 | 7 | 2 | 52 | 3B |
| Octal | 354 | 107 | 101 | 0 | 106 | 110 | 7 | 2 | 122 | 73 |
| Binary | 11101100 | 1000111 | 1000001 | 0 | 1000110 | 1001000 | 111 | 10 | 1010010 | 111011 |
Color Harmonies of #EC4741
Complementary color
Monochromatic Colors of #EC4741
Black with #EC4741
Text Example
Text Example
White with #EC4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4741; }
p { color: rgb(236,71,65); }
H1.HeaderClassName
{
color: #EC4741;
}
.AnyTagClassName
{
color: #EC4741;
}
</style>
background-color css
<style>
a { background-color: #EC4741; }
a { background-color: rgb(236,71,65); }
div.DivClassName
{
background-color: #EC4741;
}
.BgClassName
{
background-color: #EC4741;
}
</style>
border-color css
<style>
span { border-color: #EC4741; }
span { border-color: rgb(236,71,65); }
td.TdClassName
{
border-color: #EC4741;
}
.TagClassName
{
border-color: #EC4741;
}
</style>