Shades of Cinnabar #EC351B
Tints of Cinnabar #EC351B
RGB
CMYK
RGB Variations
Color information
#EC351B (or 0xEC351B) is known color: Cinnabar. HEX triplet: EC, 35 and 1B. RGB value is (236,53,27). Sum of RGB (Red+Green+Blue) = 236+53+27=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC351B is #13CAE4. Grayscale: #696969. Windows color (decimal): -1297125 or 1783276. OLE color: 1783276.
HSL color Cylindrical-coordinate representation of color #EC351B: hue angle of 7.46º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC351B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.07 |
| HSL | 7.46º | 0.85% | 0.52% | - |
| HSV(B) | 7.46º | 0.89% | 0.93% | - |
| XYZ | 36.06 | 20.46 | 3.09 | - |
| YUV | 104.75 | 84.13 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 27 | 0 | 0.78 | 0.89 | 0.07 | 7.46 | 0.85 | 0.52 |
| Hex | EC | 35 | 1B | 0 | 4E | 59 | 7 | 7 | 55 | 34 |
| Octal | 354 | 65 | 33 | 0 | 116 | 131 | 7 | 7 | 125 | 64 |
| Binary | 11101100 | 110101 | 11011 | 0 | 1001110 | 1011001 | 111 | 111 | 1010101 | 110100 |
Color Harmonies of #EC351B
Complementary color
Monochromatic Colors of #EC351B
Black with #EC351B
Text Example
Text Example
White with #EC351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC351B; }
p { color: rgb(236,53,27); }
H1.HeaderClassName
{
color: #EC351B;
}
.AnyTagClassName
{
color: #EC351B;
}
</style>
background-color css
<style>
a { background-color: #EC351B; }
a { background-color: rgb(236,53,27); }
div.DivClassName
{
background-color: #EC351B;
}
.BgClassName
{
background-color: #EC351B;
}
</style>
border-color css
<style>
span { border-color: #EC351B; }
span { border-color: rgb(236,53,27); }
td.TdClassName
{
border-color: #EC351B;
}
.TagClassName
{
border-color: #EC351B;
}
</style>