Shades of Cinnabar #EC4431
Tints of Cinnabar #EC4431
RGB
CMYK
RGB Variations
Color information
#EC4431 (or 0xEC4431) is known color: Cinnabar. HEX triplet: EC, 44 and 31. RGB value is (236,68,49). Sum of RGB (Red+Green+Blue) = 236+68+49=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4431 is #13BBCE. Grayscale: #747474. Windows color (decimal): -1293263 or 3228908. OLE color: 3228908.
HSL color Cylindrical-coordinate representation of color #EC4431: hue angle of 6.1º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC4431 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 49 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.07 |
| HSL | 6.1º | 0.83% | 0.56% | - |
| HSV(B) | 6.1º | 0.79% | 0.93% | - |
| XYZ | 37.21 | 22.19 | 5.23 | - |
| YUV | 116.07 | 90.16 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 49 | 0 | 0.71 | 0.79 | 0.07 | 6.1 | 0.83 | 0.56 |
| Hex | EC | 44 | 31 | 0 | 47 | 4F | 7 | 6 | 53 | 38 |
| Octal | 354 | 104 | 61 | 0 | 107 | 117 | 7 | 6 | 123 | 70 |
| Binary | 11101100 | 1000100 | 110001 | 0 | 1000111 | 1001111 | 111 | 110 | 1010011 | 111000 |
Color Harmonies of #EC4431
Complementary color
Monochromatic Colors of #EC4431
Black with #EC4431
Text Example
Text Example
White with #EC4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4431; }
p { color: rgb(236,68,49); }
H1.HeaderClassName
{
color: #EC4431;
}
.AnyTagClassName
{
color: #EC4431;
}
</style>
background-color css
<style>
a { background-color: #EC4431; }
a { background-color: rgb(236,68,49); }
div.DivClassName
{
background-color: #EC4431;
}
.BgClassName
{
background-color: #EC4431;
}
</style>
border-color css
<style>
span { border-color: #EC4431; }
span { border-color: rgb(236,68,49); }
td.TdClassName
{
border-color: #EC4431;
}
.TagClassName
{
border-color: #EC4431;
}
</style>