Shades of Cinnabar #EC3622
Tints of Cinnabar #EC3622
RGB
CMYK
RGB Variations
Color information
#EC3622 (or 0xEC3622) is known color: Cinnabar. HEX triplet: EC, 36 and 22. RGB value is (236,54,34). Sum of RGB (Red+Green+Blue) = 236+54+34=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3622 is #13C9DD. Grayscale: #6A6A6A. Windows color (decimal): -1296862 or 2242284. OLE color: 2242284.
HSL color Cylindrical-coordinate representation of color #EC3622: hue angle of 5.94º 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 #EC3622 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 34 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.07 |
| HSL | 5.94º | 0.84% | 0.53% | - |
| HSV(B) | 5.94º | 0.86% | 0.93% | - |
| XYZ | 36.2 | 20.59 | 3.58 | - |
| YUV | 106.14 | 87.3 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 34 | 0 | 0.77 | 0.86 | 0.07 | 5.94 | 0.84 | 0.53 |
| Hex | EC | 36 | 22 | 0 | 4D | 56 | 7 | 6 | 54 | 35 |
| Octal | 354 | 66 | 42 | 0 | 115 | 126 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 110110 | 100010 | 0 | 1001101 | 1010110 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3622
Complementary color
Monochromatic Colors of #EC3622
Black with #EC3622
Text Example
Text Example
White with #EC3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3622; }
p { color: rgb(236,54,34); }
H1.HeaderClassName
{
color: #EC3622;
}
.AnyTagClassName
{
color: #EC3622;
}
</style>
background-color css
<style>
a { background-color: #EC3622; }
a { background-color: rgb(236,54,34); }
div.DivClassName
{
background-color: #EC3622;
}
.BgClassName
{
background-color: #EC3622;
}
</style>
border-color css
<style>
span { border-color: #EC3622; }
span { border-color: rgb(236,54,34); }
td.TdClassName
{
border-color: #EC3622;
}
.TagClassName
{
border-color: #EC3622;
}
</style>