Shades of Cinnabar #EC342C
Tints of Cinnabar #EC342C
RGB
CMYK
RGB Variations
Color information
#EC342C (or 0xEC342C) is known color: Cinnabar. HEX triplet: EC, 34 and 2C. RGB value is (236,52,44). Sum of RGB (Red+Green+Blue) = 236+52+44=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC342C is #13CBD3. Grayscale: #6A6A6A. Windows color (decimal): -1297364 or 2897132. OLE color: 2897132.
HSL color Cylindrical-coordinate representation of color #EC342C: hue angle of 2.5º 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 #EC342C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 44 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.5º | 0.83% | 0.55% | - |
| HSV(B) | 2.5º | 0.81% | 0.93% | - |
| XYZ | 36.27 | 20.47 | 4.42 | - |
| YUV | 106.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 44 | 0 | 0.78 | 0.81 | 0.07 | 2.5 | 0.83 | 0.55 |
| Hex | EC | 34 | 2C | 0 | 4E | 51 | 7 | 2 | 53 | 37 |
| Octal | 354 | 64 | 54 | 0 | 116 | 121 | 7 | 2 | 123 | 67 |
| Binary | 11101100 | 110100 | 101100 | 0 | 1001110 | 1010001 | 111 | 10 | 1010011 | 110111 |
Color Harmonies of #EC342C
Complementary color
Monochromatic Colors of #EC342C
Black with #EC342C
Text Example
Text Example
White with #EC342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC342C; }
p { color: rgb(236,52,44); }
H1.HeaderClassName
{
color: #EC342C;
}
.AnyTagClassName
{
color: #EC342C;
}
</style>
background-color css
<style>
a { background-color: #EC342C; }
a { background-color: rgb(236,52,44); }
div.DivClassName
{
background-color: #EC342C;
}
.BgClassName
{
background-color: #EC342C;
}
</style>
border-color css
<style>
span { border-color: #EC342C; }
span { border-color: rgb(236,52,44); }
td.TdClassName
{
border-color: #EC342C;
}
.TagClassName
{
border-color: #EC342C;
}
</style>