Shades of Cinnabar #EC342D
Tints of Cinnabar #EC342D
RGB
CMYK
RGB Variations
Color information
#EC342D (or 0xEC342D) is known color: Cinnabar. HEX triplet: EC, 34 and 2D. RGB value is (236,52,45). Sum of RGB (Red+Green+Blue) = 236+52+45=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC342D is #13CBD2. Grayscale: #6A6A6A. Windows color (decimal): -1297363 or 2962668. OLE color: 2962668.
HSL color Cylindrical-coordinate representation of color #EC342D: hue angle of 2.2º 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 #EC342D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.2º | 0.83% | 0.55% | - |
| HSV(B) | 2.2º | 0.81% | 0.93% | - |
| XYZ | 36.29 | 20.48 | 4.52 | - |
| YUV | 106.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 45 | 0 | 0.78 | 0.81 | 0.07 | 2.2 | 0.83 | 0.55 |
| Hex | EC | 34 | 2D | 0 | 4E | 51 | 7 | 2 | 53 | 37 |
| Octal | 354 | 64 | 55 | 0 | 116 | 121 | 7 | 2 | 123 | 67 |
| Binary | 11101100 | 110100 | 101101 | 0 | 1001110 | 1010001 | 111 | 10 | 1010011 | 110111 |
Color Harmonies of #EC342D
Complementary color
Monochromatic Colors of #EC342D
Black with #EC342D
Text Example
Text Example
White with #EC342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC342D; }
p { color: rgb(236,52,45); }
H1.HeaderClassName
{
color: #EC342D;
}
.AnyTagClassName
{
color: #EC342D;
}
</style>
background-color css
<style>
a { background-color: #EC342D; }
a { background-color: rgb(236,52,45); }
div.DivClassName
{
background-color: #EC342D;
}
.BgClassName
{
background-color: #EC342D;
}
</style>
border-color css
<style>
span { border-color: #EC342D; }
span { border-color: rgb(236,52,45); }
td.TdClassName
{
border-color: #EC342D;
}
.TagClassName
{
border-color: #EC342D;
}
</style>