Shades of Cinnabar #EC352E
Tints of Cinnabar #EC352E
RGB
CMYK
RGB Variations
Color information
#EC352E (or 0xEC352E) is known color: Cinnabar. HEX triplet: EC, 35 and 2E. RGB value is (236,53,46). Sum of RGB (Red+Green+Blue) = 236+53+46=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC352E is #13CAD1. Grayscale: #6B6B6B. Windows color (decimal): -1297106 or 3028460. OLE color: 3028460.
HSL color Cylindrical-coordinate representation of color #EC352E: hue angle of 2.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC352E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.21º | 0.83% | 0.55% | - |
| HSV(B) | 2.21º | 0.81% | 0.93% | - |
| XYZ | 36.36 | 20.58 | 4.64 | - |
| YUV | 106.92 | 93.63 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 46 | 0 | 0.78 | 0.81 | 0.07 | 2.21 | 0.83 | 0.55 |
| Hex | EC | 35 | 2E | 0 | 4E | 51 | 7 | 2 | 53 | 37 |
| Octal | 354 | 65 | 56 | 0 | 116 | 121 | 7 | 2 | 123 | 67 |
| Binary | 11101100 | 110101 | 101110 | 0 | 1001110 | 1010001 | 111 | 10 | 1010011 | 110111 |
Color Harmonies of #EC352E
Complementary color
Monochromatic Colors of #EC352E
Black with #EC352E
Text Example
Text Example
White with #EC352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC352E; }
p { color: rgb(236,53,46); }
H1.HeaderClassName
{
color: #EC352E;
}
.AnyTagClassName
{
color: #EC352E;
}
</style>
background-color css
<style>
a { background-color: #EC352E; }
a { background-color: rgb(236,53,46); }
div.DivClassName
{
background-color: #EC352E;
}
.BgClassName
{
background-color: #EC352E;
}
</style>
border-color css
<style>
span { border-color: #EC352E; }
span { border-color: rgb(236,53,46); }
td.TdClassName
{
border-color: #EC352E;
}
.TagClassName
{
border-color: #EC352E;
}
</style>