Shades of Cinnabar #EC332E
Tints of Cinnabar #EC332E
RGB
CMYK
RGB Variations
Color information
#EC332E (or 0xEC332E) is known color: Cinnabar. HEX triplet: EC, 33 and 2E. RGB value is (236,51,46). Sum of RGB (Red+Green+Blue) = 236+51+46=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC332E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC332E is #13CCD1. Grayscale: #696969. Windows color (decimal): -1297618 or 3027948. OLE color: 3027948.
HSL color Cylindrical-coordinate representation of color #EC332E: hue angle of 1.58º 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 #EC332E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 1.58º | 0.83% | 0.55% | - |
| HSV(B) | 1.58º | 0.81% | 0.93% | - |
| XYZ | 36.27 | 20.4 | 4.61 | - |
| YUV | 105.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 46 | 0 | 0.78 | 0.81 | 0.07 | 1.58 | 0.83 | 0.55 |
| Hex | EC | 33 | 2E | 0 | 4E | 51 | 7 | 2 | 53 | 37 |
| Octal | 354 | 63 | 56 | 0 | 116 | 121 | 7 | 2 | 123 | 67 |
| Binary | 11101100 | 110011 | 101110 | 0 | 1001110 | 1010001 | 111 | 10 | 1010011 | 110111 |
Color Harmonies of #EC332E
Complementary color
Monochromatic Colors of #EC332E
Black with #EC332E
Text Example
Text Example
White with #EC332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC332E; }
p { color: rgb(236,51,46); }
H1.HeaderClassName
{
color: #EC332E;
}
.AnyTagClassName
{
color: #EC332E;
}
</style>
background-color css
<style>
a { background-color: #EC332E; }
a { background-color: rgb(236,51,46); }
div.DivClassName
{
background-color: #EC332E;
}
.BgClassName
{
background-color: #EC332E;
}
</style>
border-color css
<style>
span { border-color: #EC332E; }
span { border-color: rgb(236,51,46); }
td.TdClassName
{
border-color: #EC332E;
}
.TagClassName
{
border-color: #EC332E;
}
</style>