Shades of Cinnabar #EC332D
Tints of Cinnabar #EC332D
RGB
CMYK
RGB Variations
Color information
#EC332D (or 0xEC332D) is known color: Cinnabar. HEX triplet: EC, 33 and 2D. RGB value is (236,51,45). Sum of RGB (Red+Green+Blue) = 236+51+45=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC332D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC332D is #13CCD2. Grayscale: #696969. Windows color (decimal): -1297619 or 2962412. OLE color: 2962412.
HSL color Cylindrical-coordinate representation of color #EC332D: hue angle of 1.88º 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 #EC332D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 1.88º | 0.83% | 0.55% | - |
| HSV(B) | 1.88º | 0.81% | 0.93% | - |
| XYZ | 36.25 | 20.39 | 4.51 | - |
| YUV | 105.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 45 | 0 | 0.78 | 0.81 | 0.07 | 1.88 | 0.83 | 0.55 |
| Hex | EC | 33 | 2D | 0 | 4E | 51 | 7 | 2 | 53 | 37 |
| Octal | 354 | 63 | 55 | 0 | 116 | 121 | 7 | 2 | 123 | 67 |
| Binary | 11101100 | 110011 | 101101 | 0 | 1001110 | 1010001 | 111 | 10 | 1010011 | 110111 |
Color Harmonies of #EC332D
Complementary color
Monochromatic Colors of #EC332D
Black with #EC332D
Text Example
Text Example
White with #EC332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC332D; }
p { color: rgb(236,51,45); }
H1.HeaderClassName
{
color: #EC332D;
}
.AnyTagClassName
{
color: #EC332D;
}
</style>
background-color css
<style>
a { background-color: #EC332D; }
a { background-color: rgb(236,51,45); }
div.DivClassName
{
background-color: #EC332D;
}
.BgClassName
{
background-color: #EC332D;
}
</style>
border-color css
<style>
span { border-color: #EC332D; }
span { border-color: rgb(236,51,45); }
td.TdClassName
{
border-color: #EC332D;
}
.TagClassName
{
border-color: #EC332D;
}
</style>