Shades of Cinnabar #EC3927
Tints of Cinnabar #EC3927
RGB
CMYK
RGB Variations
Color information
#EC3927 (or 0xEC3927) is known color: Cinnabar. HEX triplet: EC, 39 and 27. RGB value is (236,57,39). Sum of RGB (Red+Green+Blue) = 236+57+39=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3927 is #13C6D8. Grayscale: #6C6C6C. Windows color (decimal): -1296089 or 2570732. OLE color: 2570732.
HSL color Cylindrical-coordinate representation of color #EC3927: hue angle of 5.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC3927 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 39 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.07 |
| HSL | 5.48º | 0.84% | 0.54% | - |
| HSV(B) | 5.48º | 0.83% | 0.93% | - |
| XYZ | 36.42 | 20.91 | 4.04 | - |
| YUV | 108.47 | 88.8 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 39 | 0 | 0.76 | 0.83 | 0.07 | 5.48 | 0.84 | 0.54 |
| Hex | EC | 39 | 27 | 0 | 4C | 53 | 7 | 5 | 54 | 36 |
| Octal | 354 | 71 | 47 | 0 | 114 | 123 | 7 | 5 | 124 | 66 |
| Binary | 11101100 | 111001 | 100111 | 0 | 1001100 | 1010011 | 111 | 101 | 1010100 | 110110 |
Color Harmonies of #EC3927
Complementary color
Monochromatic Colors of #EC3927
Black with #EC3927
Text Example
Text Example
White with #EC3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3927; }
p { color: rgb(236,57,39); }
H1.HeaderClassName
{
color: #EC3927;
}
.AnyTagClassName
{
color: #EC3927;
}
</style>
background-color css
<style>
a { background-color: #EC3927; }
a { background-color: rgb(236,57,39); }
div.DivClassName
{
background-color: #EC3927;
}
.BgClassName
{
background-color: #EC3927;
}
</style>
border-color css
<style>
span { border-color: #EC3927; }
span { border-color: rgb(236,57,39); }
td.TdClassName
{
border-color: #EC3927;
}
.TagClassName
{
border-color: #EC3927;
}
</style>