Shades of Cinnabar #EC342B
Tints of Cinnabar #EC342B
RGB
CMYK
RGB Variations
Color information
#EC342B (or 0xEC342B) is known color: Cinnabar. HEX triplet: EC, 34 and 2B. RGB value is (236,52,43). Sum of RGB (Red+Green+Blue) = 236+52+43=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC342B is #13CBD4. Grayscale: #6A6A6A. Windows color (decimal): -1297365 or 2831596. OLE color: 2831596.
HSL color Cylindrical-coordinate representation of color #EC342B: hue angle of 2.8º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC342B is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 43 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.07 |
| HSL | 2.8º | 0.84% | 0.55% | - |
| HSV(B) | 2.8º | 0.82% | 0.93% | - |
| XYZ | 36.26 | 20.46 | 4.32 | - |
| YUV | 105.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 43 | 0 | 0.78 | 0.82 | 0.07 | 2.8 | 0.84 | 0.55 |
| Hex | EC | 34 | 2B | 0 | 4E | 52 | 7 | 3 | 54 | 37 |
| Octal | 354 | 64 | 53 | 0 | 116 | 122 | 7 | 3 | 124 | 67 |
| Binary | 11101100 | 110100 | 101011 | 0 | 1001110 | 1010010 | 111 | 11 | 1010100 | 110111 |
Color Harmonies of #EC342B
Complementary color
Monochromatic Colors of #EC342B
Black with #EC342B
Text Example
Text Example
White with #EC342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC342B; }
p { color: rgb(236,52,43); }
H1.HeaderClassName
{
color: #EC342B;
}
.AnyTagClassName
{
color: #EC342B;
}
</style>
background-color css
<style>
a { background-color: #EC342B; }
a { background-color: rgb(236,52,43); }
div.DivClassName
{
background-color: #EC342B;
}
.BgClassName
{
background-color: #EC342B;
}
</style>
border-color css
<style>
span { border-color: #EC342B; }
span { border-color: rgb(236,52,43); }
td.TdClassName
{
border-color: #EC342B;
}
.TagClassName
{
border-color: #EC342B;
}
</style>