Shades of Cinnabar #EC332A
Tints of Cinnabar #EC332A
RGB
CMYK
RGB Variations
Color information
#EC332A (or 0xEC332A) is known color: Cinnabar. HEX triplet: EC, 33 and 2A. RGB value is (236,51,42). Sum of RGB (Red+Green+Blue) = 236+51+42=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC332A is #13CCD5. Grayscale: #696969. Windows color (decimal): -1297622 or 2765804. OLE color: 2765804.
HSL color Cylindrical-coordinate representation of color #EC332A: hue angle of 2.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC332A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 42 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.07 |
| HSL | 2.78º | 0.84% | 0.55% | - |
| HSV(B) | 2.78º | 0.82% | 0.93% | - |
| XYZ | 36.19 | 20.37 | 4.21 | - |
| YUV | 105.29 | 92.29 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 42 | 0 | 0.78 | 0.82 | 0.07 | 2.78 | 0.84 | 0.55 |
| Hex | EC | 33 | 2A | 0 | 4E | 52 | 7 | 3 | 54 | 37 |
| Octal | 354 | 63 | 52 | 0 | 116 | 122 | 7 | 3 | 124 | 67 |
| Binary | 11101100 | 110011 | 101010 | 0 | 1001110 | 1010010 | 111 | 11 | 1010100 | 110111 |
Color Harmonies of #EC332A
Complementary color
Monochromatic Colors of #EC332A
Black with #EC332A
Text Example
Text Example
White with #EC332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC332A; }
p { color: rgb(236,51,42); }
H1.HeaderClassName
{
color: #EC332A;
}
.AnyTagClassName
{
color: #EC332A;
}
</style>
background-color css
<style>
a { background-color: #EC332A; }
a { background-color: rgb(236,51,42); }
div.DivClassName
{
background-color: #EC332A;
}
.BgClassName
{
background-color: #EC332A;
}
</style>
border-color css
<style>
span { border-color: #EC332A; }
span { border-color: rgb(236,51,42); }
td.TdClassName
{
border-color: #EC332A;
}
.TagClassName
{
border-color: #EC332A;
}
</style>