Shades of Cinnabar #EC342F
Tints of Cinnabar #EC342F
RGB
CMYK
RGB Variations
Color information
#EC342F (or 0xEC342F) is known color: Cinnabar. HEX triplet: EC, 34 and 2F. RGB value is (236,52,47). Sum of RGB (Red+Green+Blue) = 236+52+47=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC342F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC342F is #13CBD0. Grayscale: #6A6A6A. Windows color (decimal): -1297361 or 3093740. OLE color: 3093740.
HSL color Cylindrical-coordinate representation of color #EC342F: hue angle of 1.59º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC342F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 47 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.07 |
| HSL | 1.59º | 0.83% | 0.55% | - |
| HSV(B) | 1.59º | 0.8% | 0.93% | - |
| XYZ | 36.33 | 20.49 | 4.73 | - |
| YUV | 106.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 47 | 0 | 0.78 | 0.80 | 0.07 | 1.59 | 0.83 | 0.55 |
| Hex | EC | 34 | 2F | 0 | 4E | 50 | 7 | 2 | 53 | 37 |
| Octal | 354 | 64 | 57 | 0 | 116 | 120 | 7 | 2 | 123 | 67 |
| Binary | 11101100 | 110100 | 101111 | 0 | 1001110 | 1010000 | 111 | 10 | 1010011 | 110111 |
Color Harmonies of #EC342F
Complementary color
Monochromatic Colors of #EC342F
Black with #EC342F
Text Example
Text Example
White with #EC342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC342F; }
p { color: rgb(236,52,47); }
H1.HeaderClassName
{
color: #EC342F;
}
.AnyTagClassName
{
color: #EC342F;
}
</style>
background-color css
<style>
a { background-color: #EC342F; }
a { background-color: rgb(236,52,47); }
div.DivClassName
{
background-color: #EC342F;
}
.BgClassName
{
background-color: #EC342F;
}
</style>
border-color css
<style>
span { border-color: #EC342F; }
span { border-color: rgb(236,52,47); }
td.TdClassName
{
border-color: #EC342F;
}
.TagClassName
{
border-color: #EC342F;
}
</style>