Shades of Cinnabar #EC3626
Tints of Cinnabar #EC3626
RGB
CMYK
RGB Variations
Color information
#EC3626 (or 0xEC3626) is known color: Cinnabar. HEX triplet: EC, 36 and 26. RGB value is (236,54,38). Sum of RGB (Red+Green+Blue) = 236+54+38=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3626 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3626 is #13C9D9. Grayscale: #6A6A6A. Windows color (decimal): -1296858 or 2504428. OLE color: 2504428.
HSL color Cylindrical-coordinate representation of color #EC3626: hue angle of 4.85º 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 #EC3626 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 38 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.07 |
| HSL | 4.85º | 0.84% | 0.54% | - |
| HSV(B) | 4.85º | 0.84% | 0.93% | - |
| XYZ | 36.26 | 20.61 | 3.9 | - |
| YUV | 106.59 | 89.3 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 38 | 0 | 0.77 | 0.84 | 0.07 | 4.85 | 0.84 | 0.54 |
| Hex | EC | 36 | 26 | 0 | 4D | 54 | 7 | 5 | 54 | 36 |
| Octal | 354 | 66 | 46 | 0 | 115 | 124 | 7 | 5 | 124 | 66 |
| Binary | 11101100 | 110110 | 100110 | 0 | 1001101 | 1010100 | 111 | 101 | 1010100 | 110110 |
Color Harmonies of #EC3626
Complementary color
Monochromatic Colors of #EC3626
Black with #EC3626
Text Example
Text Example
White with #EC3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3626; }
p { color: rgb(236,54,38); }
H1.HeaderClassName
{
color: #EC3626;
}
.AnyTagClassName
{
color: #EC3626;
}
</style>
background-color css
<style>
a { background-color: #EC3626; }
a { background-color: rgb(236,54,38); }
div.DivClassName
{
background-color: #EC3626;
}
.BgClassName
{
background-color: #EC3626;
}
</style>
border-color css
<style>
span { border-color: #EC3626; }
span { border-color: rgb(236,54,38); }
td.TdClassName
{
border-color: #EC3626;
}
.TagClassName
{
border-color: #EC3626;
}
</style>