Shades of Cinnabar #EC332C
Tints of Cinnabar #EC332C
RGB
CMYK
RGB Variations
Color information
#EC332C (or 0xEC332C) is known color: Cinnabar. HEX triplet: EC, 33 and 2C. RGB value is (236,51,44). Sum of RGB (Red+Green+Blue) = 236+51+44=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC332C is #13CCD3. Grayscale: #696969. Windows color (decimal): -1297620 or 2896876. OLE color: 2896876.
HSL color Cylindrical-coordinate representation of color #EC332C: hue angle of 2.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC332C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 44 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.19º | 0.83% | 0.55% | - |
| HSV(B) | 2.19º | 0.81% | 0.93% | - |
| XYZ | 36.23 | 20.38 | 4.41 | - |
| YUV | 105.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 44 | 0 | 0.78 | 0.81 | 0.07 | 2.19 | 0.83 | 0.55 |
| Hex | EC | 33 | 2C | 0 | 4E | 51 | 7 | 2 | 53 | 37 |
| Octal | 354 | 63 | 54 | 0 | 116 | 121 | 7 | 2 | 123 | 67 |
| Binary | 11101100 | 110011 | 101100 | 0 | 1001110 | 1010001 | 111 | 10 | 1010011 | 110111 |
Color Harmonies of #EC332C
Complementary color
Monochromatic Colors of #EC332C
Black with #EC332C
Text Example
Text Example
White with #EC332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC332C; }
p { color: rgb(236,51,44); }
H1.HeaderClassName
{
color: #EC332C;
}
.AnyTagClassName
{
color: #EC332C;
}
</style>
background-color css
<style>
a { background-color: #EC332C; }
a { background-color: rgb(236,51,44); }
div.DivClassName
{
background-color: #EC332C;
}
.BgClassName
{
background-color: #EC332C;
}
</style>
border-color css
<style>
span { border-color: #EC332C; }
span { border-color: rgb(236,51,44); }
td.TdClassName
{
border-color: #EC332C;
}
.TagClassName
{
border-color: #EC332C;
}
</style>