Shades of Cinnabar #EC332F
Tints of Cinnabar #EC332F
RGB
CMYK
RGB Variations
Color information
#EC332F (or 0xEC332F) is known color: Cinnabar. HEX triplet: EC, 33 and 2F. RGB value is (236,51,47). Sum of RGB (Red+Green+Blue) = 236+51+47=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC332F is #13CCD0. Grayscale: #6A6A6A. Windows color (decimal): -1297617 or 3093484. OLE color: 3093484.
HSL color Cylindrical-coordinate representation of color #EC332F: hue angle of 1.27º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC332F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 47 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.07 |
| HSL | 1.27º | 0.83% | 0.55% | - |
| HSV(B) | 1.27º | 0.8% | 0.93% | - |
| XYZ | 36.29 | 20.41 | 4.72 | - |
| YUV | 105.86 | 94.79 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 47 | 0 | 0.78 | 0.80 | 0.07 | 1.27 | 0.83 | 0.55 |
| Hex | EC | 33 | 2F | 0 | 4E | 50 | 7 | 1 | 53 | 37 |
| Octal | 354 | 63 | 57 | 0 | 116 | 120 | 7 | 1 | 123 | 67 |
| Binary | 11101100 | 110011 | 101111 | 0 | 1001110 | 1010000 | 111 | 1 | 1010011 | 110111 |
Color Harmonies of #EC332F
Complementary color
Monochromatic Colors of #EC332F
Black with #EC332F
Text Example
Text Example
White with #EC332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC332F; }
p { color: rgb(236,51,47); }
H1.HeaderClassName
{
color: #EC332F;
}
.AnyTagClassName
{
color: #EC332F;
}
</style>
background-color css
<style>
a { background-color: #EC332F; }
a { background-color: rgb(236,51,47); }
div.DivClassName
{
background-color: #EC332F;
}
.BgClassName
{
background-color: #EC332F;
}
</style>
border-color css
<style>
span { border-color: #EC332F; }
span { border-color: rgb(236,51,47); }
td.TdClassName
{
border-color: #EC332F;
}
.TagClassName
{
border-color: #EC332F;
}
</style>