Shades of Cinnabar #EC422D
Tints of Cinnabar #EC422D
RGB
CMYK
RGB Variations
Color information
#EC422D (or 0xEC422D) is known color: Cinnabar. HEX triplet: EC, 42 and 2D. RGB value is (236,66,45). Sum of RGB (Red+Green+Blue) = 236+66+45=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC422D is #13BDD2. Grayscale: #727272. Windows color (decimal): -1293779 or 2966252. OLE color: 2966252.
HSL color Cylindrical-coordinate representation of color #EC422D: hue angle of 6.6º 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 #EC422D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.07 |
| HSL | 6.6º | 0.83% | 0.55% | - |
| HSV(B) | 6.6º | 0.81% | 0.93% | - |
| XYZ | 37.01 | 21.92 | 4.76 | - |
| YUV | 114.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 45 | 0 | 0.72 | 0.81 | 0.07 | 6.6 | 0.83 | 0.55 |
| Hex | EC | 42 | 2D | 0 | 48 | 51 | 7 | 7 | 53 | 37 |
| Octal | 354 | 102 | 55 | 0 | 110 | 121 | 7 | 7 | 123 | 67 |
| Binary | 11101100 | 1000010 | 101101 | 0 | 1001000 | 1010001 | 111 | 111 | 1010011 | 110111 |
Color Harmonies of #EC422D
Complementary color
Monochromatic Colors of #EC422D
Black with #EC422D
Text Example
Text Example
White with #EC422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC422D; }
p { color: rgb(236,66,45); }
H1.HeaderClassName
{
color: #EC422D;
}
.AnyTagClassName
{
color: #EC422D;
}
</style>
background-color css
<style>
a { background-color: #EC422D; }
a { background-color: rgb(236,66,45); }
div.DivClassName
{
background-color: #EC422D;
}
.BgClassName
{
background-color: #EC422D;
}
</style>
border-color css
<style>
span { border-color: #EC422D; }
span { border-color: rgb(236,66,45); }
td.TdClassName
{
border-color: #EC422D;
}
.TagClassName
{
border-color: #EC422D;
}
</style>