Shades of Cinnabar #EC3C32
Tints of Cinnabar #EC3C32
RGB
CMYK
RGB Variations
Color information
#EC3C32 (or 0xEC3C32) is known color: Cinnabar. HEX triplet: EC, 3C and 32. RGB value is (236,60,50). Sum of RGB (Red+Green+Blue) = 236+60+50=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C32 is #13C3CD. Grayscale: #6F6F6F. Windows color (decimal): -1295310 or 3292396. OLE color: 3292396.
HSL color Cylindrical-coordinate representation of color #EC3C32: hue angle of 3.23º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3C32 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 50 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.07 |
| HSL | 3.23º | 0.83% | 0.56% | - |
| HSV(B) | 3.23º | 0.79% | 0.93% | - |
| XYZ | 36.78 | 21.29 | 5.19 | - |
| YUV | 111.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 50 | 0 | 0.75 | 0.79 | 0.07 | 3.23 | 0.83 | 0.56 |
| Hex | EC | 3C | 32 | 0 | 4B | 4F | 7 | 3 | 53 | 38 |
| Octal | 354 | 74 | 62 | 0 | 113 | 117 | 7 | 3 | 123 | 70 |
| Binary | 11101100 | 111100 | 110010 | 0 | 1001011 | 1001111 | 111 | 11 | 1010011 | 111000 |
Color Harmonies of #EC3C32
Complementary color
Monochromatic Colors of #EC3C32
Black with #EC3C32
Text Example
Text Example
White with #EC3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C32; }
p { color: rgb(236,60,50); }
H1.HeaderClassName
{
color: #EC3C32;
}
.AnyTagClassName
{
color: #EC3C32;
}
</style>
background-color css
<style>
a { background-color: #EC3C32; }
a { background-color: rgb(236,60,50); }
div.DivClassName
{
background-color: #EC3C32;
}
.BgClassName
{
background-color: #EC3C32;
}
</style>
border-color css
<style>
span { border-color: #EC3C32; }
span { border-color: rgb(236,60,50); }
td.TdClassName
{
border-color: #EC3C32;
}
.TagClassName
{
border-color: #EC3C32;
}
</style>