Shades of Cinnabar #EC3E35
Tints of Cinnabar #EC3E35
RGB
CMYK
RGB Variations
Color information
#EC3E35 (or 0xEC3E35) is known color: Cinnabar. HEX triplet: EC, 3E and 35. RGB value is (236,62,53). Sum of RGB (Red+Green+Blue) = 236+62+53=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E35 is #13C1CA. Grayscale: #717171. Windows color (decimal): -1294795 or 3489516. OLE color: 3489516.
HSL color Cylindrical-coordinate representation of color #EC3E35: hue angle of 2.95º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3E35 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 53 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.07 |
| HSL | 2.95º | 0.83% | 0.57% | - |
| HSV(B) | 2.95º | 0.78% | 0.93% | - |
| XYZ | 36.96 | 21.54 | 5.58 | - |
| YUV | 113 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 53 | 0 | 0.74 | 0.78 | 0.07 | 2.95 | 0.83 | 0.57 |
| Hex | EC | 3E | 35 | 0 | 4A | 4E | 7 | 3 | 53 | 39 |
| Octal | 354 | 76 | 65 | 0 | 112 | 116 | 7 | 3 | 123 | 71 |
| Binary | 11101100 | 111110 | 110101 | 0 | 1001010 | 1001110 | 111 | 11 | 1010011 | 111001 |
Color Harmonies of #EC3E35
Complementary color
Monochromatic Colors of #EC3E35
Black with #EC3E35
Text Example
Text Example
White with #EC3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E35; }
p { color: rgb(236,62,53); }
H1.HeaderClassName
{
color: #EC3E35;
}
.AnyTagClassName
{
color: #EC3E35;
}
</style>
background-color css
<style>
a { background-color: #EC3E35; }
a { background-color: rgb(236,62,53); }
div.DivClassName
{
background-color: #EC3E35;
}
.BgClassName
{
background-color: #EC3E35;
}
</style>
border-color css
<style>
span { border-color: #EC3E35; }
span { border-color: rgb(236,62,53); }
td.TdClassName
{
border-color: #EC3E35;
}
.TagClassName
{
border-color: #EC3E35;
}
</style>