Shades of Cinnabar #EC4434
Tints of Cinnabar #EC4434
RGB
CMYK
RGB Variations
Color information
#EC4434 (or 0xEC4434) is known color: Cinnabar. HEX triplet: EC, 44 and 34. RGB value is (236,68,52). Sum of RGB (Red+Green+Blue) = 236+68+52=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4434 is #13BBCB. Grayscale: #747474. Windows color (decimal): -1293260 or 3425516. OLE color: 3425516.
HSL color Cylindrical-coordinate representation of color #EC4434: hue angle of 5.22º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC4434 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 52 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.07 |
| HSL | 5.22º | 0.83% | 0.56% | - |
| HSV(B) | 5.22º | 0.78% | 0.93% | - |
| XYZ | 37.28 | 22.22 | 5.57 | - |
| YUV | 116.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 52 | 0 | 0.71 | 0.78 | 0.07 | 5.22 | 0.83 | 0.56 |
| Hex | EC | 44 | 34 | 0 | 47 | 4E | 7 | 5 | 53 | 38 |
| Octal | 354 | 104 | 64 | 0 | 107 | 116 | 7 | 5 | 123 | 70 |
| Binary | 11101100 | 1000100 | 110100 | 0 | 1000111 | 1001110 | 111 | 101 | 1010011 | 111000 |
Color Harmonies of #EC4434
Complementary color
Monochromatic Colors of #EC4434
Black with #EC4434
Text Example
Text Example
White with #EC4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4434; }
p { color: rgb(236,68,52); }
H1.HeaderClassName
{
color: #EC4434;
}
.AnyTagClassName
{
color: #EC4434;
}
</style>
background-color css
<style>
a { background-color: #EC4434; }
a { background-color: rgb(236,68,52); }
div.DivClassName
{
background-color: #EC4434;
}
.BgClassName
{
background-color: #EC4434;
}
</style>
border-color css
<style>
span { border-color: #EC4434; }
span { border-color: rgb(236,68,52); }
td.TdClassName
{
border-color: #EC4434;
}
.TagClassName
{
border-color: #EC4434;
}
</style>