Shades of Cinnabar #EC3E26
Tints of Cinnabar #EC3E26
RGB
CMYK
RGB Variations
Color information
#EC3E26 (or 0xEC3E26) is known color: Cinnabar. HEX triplet: EC, 3E and 26. RGB value is (236,62,38). Sum of RGB (Red+Green+Blue) = 236+62+38=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E26 is #13C1D9. Grayscale: #6F6F6F. Windows color (decimal): -1294810 or 2506476. OLE color: 2506476.
HSL color Cylindrical-coordinate representation of color #EC3E26: hue angle of 7.27º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC3E26 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 38 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.07 |
| HSL | 7.27º | 0.84% | 0.54% | - |
| HSV(B) | 7.27º | 0.84% | 0.93% | - |
| XYZ | 36.66 | 21.42 | 4.04 | - |
| YUV | 111.29 | 86.65 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 38 | 0 | 0.74 | 0.84 | 0.07 | 7.27 | 0.84 | 0.54 |
| Hex | EC | 3E | 26 | 0 | 4A | 54 | 7 | 7 | 54 | 36 |
| Octal | 354 | 76 | 46 | 0 | 112 | 124 | 7 | 7 | 124 | 66 |
| Binary | 11101100 | 111110 | 100110 | 0 | 1001010 | 1010100 | 111 | 111 | 1010100 | 110110 |
Color Harmonies of #EC3E26
Complementary color
Monochromatic Colors of #EC3E26
Black with #EC3E26
Text Example
Text Example
White with #EC3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E26; }
p { color: rgb(236,62,38); }
H1.HeaderClassName
{
color: #EC3E26;
}
.AnyTagClassName
{
color: #EC3E26;
}
</style>
background-color css
<style>
a { background-color: #EC3E26; }
a { background-color: rgb(236,62,38); }
div.DivClassName
{
background-color: #EC3E26;
}
.BgClassName
{
background-color: #EC3E26;
}
</style>
border-color css
<style>
span { border-color: #EC3E26; }
span { border-color: rgb(236,62,38); }
td.TdClassName
{
border-color: #EC3E26;
}
.TagClassName
{
border-color: #EC3E26;
}
</style>