Shades of Cinnabar #EC351C
Tints of Cinnabar #EC351C
RGB
CMYK
RGB Variations
Color information
#EC351C (or 0xEC351C) is known color: Cinnabar. HEX triplet: EC, 35 and 1C. RGB value is (236,53,28). Sum of RGB (Red+Green+Blue) = 236+53+28=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC351C is #13CAE3. Grayscale: #696969. Windows color (decimal): -1297124 or 1848812. OLE color: 1848812.
HSL color Cylindrical-coordinate representation of color #EC351C: hue angle of 7.21º 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 #EC351C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 28 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.07 |
| HSL | 7.21º | 0.85% | 0.52% | - |
| HSV(B) | 7.21º | 0.88% | 0.93% | - |
| XYZ | 36.07 | 20.46 | 3.15 | - |
| YUV | 104.87 | 84.63 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 28 | 0 | 0.78 | 0.88 | 0.07 | 7.21 | 0.85 | 0.52 |
| Hex | EC | 35 | 1C | 0 | 4E | 58 | 7 | 7 | 55 | 34 |
| Octal | 354 | 65 | 34 | 0 | 116 | 130 | 7 | 7 | 125 | 64 |
| Binary | 11101100 | 110101 | 11100 | 0 | 1001110 | 1011000 | 111 | 111 | 1010101 | 110100 |
Color Harmonies of #EC351C
Complementary color
Monochromatic Colors of #EC351C
Black with #EC351C
Text Example
Text Example
White with #EC351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC351C; }
p { color: rgb(236,53,28); }
H1.HeaderClassName
{
color: #EC351C;
}
.AnyTagClassName
{
color: #EC351C;
}
</style>
background-color css
<style>
a { background-color: #EC351C; }
a { background-color: rgb(236,53,28); }
div.DivClassName
{
background-color: #EC351C;
}
.BgClassName
{
background-color: #EC351C;
}
</style>
border-color css
<style>
span { border-color: #EC351C; }
span { border-color: rgb(236,53,28); }
td.TdClassName
{
border-color: #EC351C;
}
.TagClassName
{
border-color: #EC351C;
}
</style>