Shades of Cinnabar #EC3924
Tints of Cinnabar #EC3924
RGB
CMYK
RGB Variations
Color information
#EC3924 (or 0xEC3924) is known color: Cinnabar. HEX triplet: EC, 39 and 24. RGB value is (236,57,36). Sum of RGB (Red+Green+Blue) = 236+57+36=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3924 is #13C6DB. Grayscale: #6C6C6C. Windows color (decimal): -1296092 or 2374124. OLE color: 2374124.
HSL color Cylindrical-coordinate representation of color #EC3924: hue angle of 6.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC3924 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 36 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.07 |
| HSL | 6.3º | 0.84% | 0.53% | - |
| HSV(B) | 6.3º | 0.85% | 0.93% | - |
| XYZ | 36.37 | 20.89 | 3.78 | - |
| YUV | 108.13 | 87.3 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 36 | 0 | 0.76 | 0.85 | 0.07 | 6.3 | 0.84 | 0.53 |
| Hex | EC | 39 | 24 | 0 | 4C | 55 | 7 | 6 | 54 | 35 |
| Octal | 354 | 71 | 44 | 0 | 114 | 125 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 111001 | 100100 | 0 | 1001100 | 1010101 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3924
Complementary color
Monochromatic Colors of #EC3924
Black with #EC3924
Text Example
Text Example
White with #EC3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3924; }
p { color: rgb(236,57,36); }
H1.HeaderClassName
{
color: #EC3924;
}
.AnyTagClassName
{
color: #EC3924;
}
</style>
background-color css
<style>
a { background-color: #EC3924; }
a { background-color: rgb(236,57,36); }
div.DivClassName
{
background-color: #EC3924;
}
.BgClassName
{
background-color: #EC3924;
}
</style>
border-color css
<style>
span { border-color: #EC3924; }
span { border-color: rgb(236,57,36); }
td.TdClassName
{
border-color: #EC3924;
}
.TagClassName
{
border-color: #EC3924;
}
</style>