Shades of Cinnabar #EC3C33
Tints of Cinnabar #EC3C33
RGB
CMYK
RGB Variations
Color information
#EC3C33 (or 0xEC3C33) is known color: Cinnabar. HEX triplet: EC, 3C and 33. RGB value is (236,60,51). Sum of RGB (Red+Green+Blue) = 236+60+51=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C33 is #13C3CC. Grayscale: #6F6F6F. Windows color (decimal): -1295309 or 3357932. OLE color: 3357932.
HSL color Cylindrical-coordinate representation of color #EC3C33: hue angle of 2.92º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3C33 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 51 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.07 |
| HSL | 2.92º | 0.83% | 0.56% | - |
| HSV(B) | 2.92º | 0.78% | 0.93% | - |
| XYZ | 36.81 | 21.3 | 5.3 | - |
| YUV | 111.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 51 | 0 | 0.75 | 0.78 | 0.07 | 2.92 | 0.83 | 0.56 |
| Hex | EC | 3C | 33 | 0 | 4B | 4E | 7 | 3 | 53 | 38 |
| Octal | 354 | 74 | 63 | 0 | 113 | 116 | 7 | 3 | 123 | 70 |
| Binary | 11101100 | 111100 | 110011 | 0 | 1001011 | 1001110 | 111 | 11 | 1010011 | 111000 |
Color Harmonies of #EC3C33
Complementary color
Monochromatic Colors of #EC3C33
Black with #EC3C33
Text Example
Text Example
White with #EC3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C33; }
p { color: rgb(236,60,51); }
H1.HeaderClassName
{
color: #EC3C33;
}
.AnyTagClassName
{
color: #EC3C33;
}
</style>
background-color css
<style>
a { background-color: #EC3C33; }
a { background-color: rgb(236,60,51); }
div.DivClassName
{
background-color: #EC3C33;
}
.BgClassName
{
background-color: #EC3C33;
}
</style>
border-color css
<style>
span { border-color: #EC3C33; }
span { border-color: rgb(236,60,51); }
td.TdClassName
{
border-color: #EC3C33;
}
.TagClassName
{
border-color: #EC3C33;
}
</style>