Shades of Cinnabar #EC3333
Tints of Cinnabar #EC3333
RGB
CMYK
RGB Variations
Color information
#EC3333 (or 0xEC3333) is known color: Cinnabar. HEX triplet: EC, 33 and 33. RGB value is (236,51,51). Sum of RGB (Red+Green+Blue) = 236+51+51=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3333 is #13CCCC. Grayscale: #6A6A6A. Windows color (decimal): -1297613 or 3355628. OLE color: 3355628.
HSL color Cylindrical-coordinate representation of color #EC3333: hue angle of 0º 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 #EC3333 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 51 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.07 |
| HSL | 0º | 0.83% | 0.56% | - |
| HSV(B) | 0º | 0.78% | 0.93% | - |
| XYZ | 36.37 | 20.44 | 5.16 | - |
| YUV | 106.32 | 96.79 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 51 | 0 | 0.78 | 0.78 | 0.07 | 0 | 0.83 | 0.56 |
| Hex | EC | 33 | 33 | 0 | 4E | 4E | 7 | 0 | 53 | 38 |
| Octal | 354 | 63 | 63 | 0 | 116 | 116 | 7 | 0 | 123 | 70 |
| Binary | 11101100 | 110011 | 110011 | 0 | 1001110 | 1001110 | 111 | 0 | 1010011 | 111000 |
Color Harmonies of #EC3333
Complementary color
Monochromatic Colors of #EC3333
Black with #EC3333
Text Example
Text Example
White with #EC3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3333; }
p { color: rgb(236,51,51); }
H1.HeaderClassName
{
color: #EC3333;
}
.AnyTagClassName
{
color: #EC3333;
}
</style>
background-color css
<style>
a { background-color: #EC3333; }
a { background-color: rgb(236,51,51); }
div.DivClassName
{
background-color: #EC3333;
}
.BgClassName
{
background-color: #EC3333;
}
</style>
border-color css
<style>
span { border-color: #EC3333; }
span { border-color: rgb(236,51,51); }
td.TdClassName
{
border-color: #EC3333;
}
.TagClassName
{
border-color: #EC3333;
}
</style>