Shades of Cinnabar #EC4941
Tints of Cinnabar #EC4941
RGB
CMYK
RGB Variations
Color information
#EC4941 (or 0xEC4941) is known color: Cinnabar. HEX triplet: EC, 49 and 41. RGB value is (236,73,65). Sum of RGB (Red+Green+Blue) = 236+73+65=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4941 is #13B6BE. Grayscale: #797979. Windows color (decimal): -1291967 or 4278764. OLE color: 4278764.
HSL color Cylindrical-coordinate representation of color #EC4941: hue angle of 2.81º 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 #EC4941 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 65 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.07 |
| HSL | 2.81º | 0.82% | 0.59% | - |
| HSV(B) | 2.81º | 0.72% | 0.93% | - |
| XYZ | 37.93 | 22.98 | 7.44 | - |
| YUV | 120.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 65 | 0 | 0.69 | 0.72 | 0.07 | 2.81 | 0.82 | 0.59 |
| Hex | EC | 49 | 41 | 0 | 45 | 48 | 7 | 3 | 52 | 3B |
| Octal | 354 | 111 | 101 | 0 | 105 | 110 | 7 | 3 | 122 | 73 |
| Binary | 11101100 | 1001001 | 1000001 | 0 | 1000101 | 1001000 | 111 | 11 | 1010010 | 111011 |
Color Harmonies of #EC4941
Complementary color
Monochromatic Colors of #EC4941
Black with #EC4941
Text Example
Text Example
White with #EC4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4941; }
p { color: rgb(236,73,65); }
H1.HeaderClassName
{
color: #EC4941;
}
.AnyTagClassName
{
color: #EC4941;
}
</style>
background-color css
<style>
a { background-color: #EC4941; }
a { background-color: rgb(236,73,65); }
div.DivClassName
{
background-color: #EC4941;
}
.BgClassName
{
background-color: #EC4941;
}
</style>
border-color css
<style>
span { border-color: #EC4941; }
span { border-color: rgb(236,73,65); }
td.TdClassName
{
border-color: #EC4941;
}
.TagClassName
{
border-color: #EC4941;
}
</style>