Shades of Cinnabar #EC331C
Tints of Cinnabar #EC331C
RGB
CMYK
RGB Variations
Color information
#EC331C (or 0xEC331C) is known color: Cinnabar. HEX triplet: EC, 33 and 1C. RGB value is (236,51,28). Sum of RGB (Red+Green+Blue) = 236+51+28=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC331C is #13CCE3. Grayscale: #676767. Windows color (decimal): -1297636 or 1848300. OLE color: 1848300.
HSL color Cylindrical-coordinate representation of color #EC331C: hue angle of 6.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC331C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 28 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.07 |
| HSL | 6.63º | 0.85% | 0.52% | - |
| HSV(B) | 6.63º | 0.88% | 0.93% | - |
| XYZ | 35.99 | 20.28 | 3.12 | - |
| YUV | 103.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 28 | 0 | 0.78 | 0.88 | 0.07 | 6.63 | 0.85 | 0.52 |
| Hex | EC | 33 | 1C | 0 | 4E | 58 | 7 | 7 | 55 | 34 |
| Octal | 354 | 63 | 34 | 0 | 116 | 130 | 7 | 7 | 125 | 64 |
| Binary | 11101100 | 110011 | 11100 | 0 | 1001110 | 1011000 | 111 | 111 | 1010101 | 110100 |
Color Harmonies of #EC331C
Complementary color
Monochromatic Colors of #EC331C
Black with #EC331C
Text Example
Text Example
White with #EC331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC331C; }
p { color: rgb(236,51,28); }
H1.HeaderClassName
{
color: #EC331C;
}
.AnyTagClassName
{
color: #EC331C;
}
</style>
background-color css
<style>
a { background-color: #EC331C; }
a { background-color: rgb(236,51,28); }
div.DivClassName
{
background-color: #EC331C;
}
.BgClassName
{
background-color: #EC331C;
}
</style>
border-color css
<style>
span { border-color: #EC331C; }
span { border-color: rgb(236,51,28); }
td.TdClassName
{
border-color: #EC331C;
}
.TagClassName
{
border-color: #EC331C;
}
</style>