Shades of Cinnabar #EC4540
Tints of Cinnabar #EC4540
RGB
CMYK
RGB Variations
Color information
#EC4540 (or 0xEC4540) is known color: Cinnabar. HEX triplet: EC, 45 and 40. RGB value is (236,69,64). Sum of RGB (Red+Green+Blue) = 236+69+64=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4540 is #13BABF. Grayscale: #767676. Windows color (decimal): -1292992 or 4212204. OLE color: 4212204.
HSL color Cylindrical-coordinate representation of color #EC4540: hue angle of 1.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4540 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 64 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.07 |
| HSL | 1.74º | 0.82% | 0.59% | - |
| HSV(B) | 1.74º | 0.73% | 0.93% | - |
| XYZ | 37.65 | 22.46 | 7.2 | - |
| YUV | 118.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 64 | 0 | 0.71 | 0.73 | 0.07 | 1.74 | 0.82 | 0.59 |
| Hex | EC | 45 | 40 | 0 | 47 | 49 | 7 | 2 | 52 | 3B |
| Octal | 354 | 105 | 100 | 0 | 107 | 111 | 7 | 2 | 122 | 73 |
| Binary | 11101100 | 1000101 | 1000000 | 0 | 1000111 | 1001001 | 111 | 10 | 1010010 | 111011 |
Color Harmonies of #EC4540
Complementary color
Monochromatic Colors of #EC4540
Black with #EC4540
Text Example
Text Example
White with #EC4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4540; }
p { color: rgb(236,69,64); }
H1.HeaderClassName
{
color: #EC4540;
}
.AnyTagClassName
{
color: #EC4540;
}
</style>
background-color css
<style>
a { background-color: #EC4540; }
a { background-color: rgb(236,69,64); }
div.DivClassName
{
background-color: #EC4540;
}
.BgClassName
{
background-color: #EC4540;
}
</style>
border-color css
<style>
span { border-color: #EC4540; }
span { border-color: rgb(236,69,64); }
td.TdClassName
{
border-color: #EC4540;
}
.TagClassName
{
border-color: #EC4540;
}
</style>