Shades of Cinnabar #EC3332
Tints of Cinnabar #EC3332
RGB
CMYK
RGB Variations
Color information
#EC3332 (or 0xEC3332) is known color: Cinnabar. HEX triplet: EC, 33 and 32. RGB value is (236,51,50). Sum of RGB (Red+Green+Blue) = 236+51+50=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3332 is #13CCCD. Grayscale: #6A6A6A. Windows color (decimal): -1297614 or 3290092. OLE color: 3290092.
HSL color Cylindrical-coordinate representation of color #EC3332: hue angle of 0.32º 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 #EC3332 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 50 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.07 |
| HSL | 0.32º | 0.83% | 0.56% | - |
| HSV(B) | 0.32º | 0.79% | 0.93% | - |
| XYZ | 36.35 | 20.43 | 5.05 | - |
| YUV | 106.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 50 | 0 | 0.78 | 0.79 | 0.07 | 0.32 | 0.83 | 0.56 |
| Hex | EC | 33 | 32 | 0 | 4E | 4F | 7 | 0 | 53 | 38 |
| Octal | 354 | 63 | 62 | 0 | 116 | 117 | 7 | 0 | 123 | 70 |
| Binary | 11101100 | 110011 | 110010 | 0 | 1001110 | 1001111 | 111 | 0 | 1010011 | 111000 |
Color Harmonies of #EC3332
Complementary color
Monochromatic Colors of #EC3332
Black with #EC3332
Text Example
Text Example
White with #EC3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3332; }
p { color: rgb(236,51,50); }
H1.HeaderClassName
{
color: #EC3332;
}
.AnyTagClassName
{
color: #EC3332;
}
</style>
background-color css
<style>
a { background-color: #EC3332; }
a { background-color: rgb(236,51,50); }
div.DivClassName
{
background-color: #EC3332;
}
.BgClassName
{
background-color: #EC3332;
}
</style>
border-color css
<style>
span { border-color: #EC3332; }
span { border-color: rgb(236,51,50); }
td.TdClassName
{
border-color: #EC3332;
}
.TagClassName
{
border-color: #EC3332;
}
</style>