Shades of Cinnabar #EC4534
Tints of Cinnabar #EC4534
RGB
CMYK
RGB Variations
Color information
#EC4534 (or 0xEC4534) is known color: Cinnabar. HEX triplet: EC, 45 and 34. RGB value is (236,69,52). Sum of RGB (Red+Green+Blue) = 236+69+52=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4534 is #13BACB. Grayscale: #757575. Windows color (decimal): -1293004 or 3425772. OLE color: 3425772.
HSL color Cylindrical-coordinate representation of color #EC4534: hue angle of 5.54º 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 #EC4534 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 52 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.07 |
| HSL | 5.54º | 0.83% | 0.56% | - |
| HSV(B) | 5.54º | 0.78% | 0.93% | - |
| XYZ | 37.34 | 22.34 | 5.59 | - |
| YUV | 117 | 91.33 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 52 | 0 | 0.71 | 0.78 | 0.07 | 5.54 | 0.83 | 0.56 |
| Hex | EC | 45 | 34 | 0 | 47 | 4E | 7 | 6 | 53 | 38 |
| Octal | 354 | 105 | 64 | 0 | 107 | 116 | 7 | 6 | 123 | 70 |
| Binary | 11101100 | 1000101 | 110100 | 0 | 1000111 | 1001110 | 111 | 110 | 1010011 | 111000 |
Color Harmonies of #EC4534
Complementary color
Monochromatic Colors of #EC4534
Black with #EC4534
Text Example
Text Example
White with #EC4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4534; }
p { color: rgb(236,69,52); }
H1.HeaderClassName
{
color: #EC4534;
}
.AnyTagClassName
{
color: #EC4534;
}
</style>
background-color css
<style>
a { background-color: #EC4534; }
a { background-color: rgb(236,69,52); }
div.DivClassName
{
background-color: #EC4534;
}
.BgClassName
{
background-color: #EC4534;
}
</style>
border-color css
<style>
span { border-color: #EC4534; }
span { border-color: rgb(236,69,52); }
td.TdClassName
{
border-color: #EC4534;
}
.TagClassName
{
border-color: #EC4534;
}
</style>