Shades of Cinnabar #EC3F22
Tints of Cinnabar #EC3F22
RGB
CMYK
RGB Variations
Color information
#EC3F22 (or 0xEC3F22) is known color: Cinnabar. HEX triplet: EC, 3F and 22. RGB value is (236,63,34). Sum of RGB (Red+Green+Blue) = 236+63+34=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F22 is #13C0DD. Grayscale: #6F6F6F. Windows color (decimal): -1294558 or 2244588. OLE color: 2244588.
HSL color Cylindrical-coordinate representation of color #EC3F22: hue angle of 8.61º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC3F22 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 8.61º | 0.84% | 0.53% | - |
| HSV(B) | 8.61º | 0.86% | 0.93% | - |
| XYZ | 36.66 | 21.5 | 3.73 | - |
| YUV | 111.42 | 84.31 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 34 | 0 | 0.73 | 0.86 | 0.07 | 8.61 | 0.84 | 0.53 |
| Hex | EC | 3F | 22 | 0 | 49 | 56 | 7 | 9 | 54 | 35 |
| Octal | 354 | 77 | 42 | 0 | 111 | 126 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 111111 | 100010 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC3F22
Complementary color
Monochromatic Colors of #EC3F22
Black with #EC3F22
Text Example
Text Example
White with #EC3F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F22; }
p { color: rgb(236,63,34); }
H1.HeaderClassName
{
color: #EC3F22;
}
.AnyTagClassName
{
color: #EC3F22;
}
</style>
background-color css
<style>
a { background-color: #EC3F22; }
a { background-color: rgb(236,63,34); }
div.DivClassName
{
background-color: #EC3F22;
}
.BgClassName
{
background-color: #EC3F22;
}
</style>
border-color css
<style>
span { border-color: #EC3F22; }
span { border-color: rgb(236,63,34); }
td.TdClassName
{
border-color: #EC3F22;
}
.TagClassName
{
border-color: #EC3F22;
}
</style>