Shades of Cinnabar #EC4541
Tints of Cinnabar #EC4541
RGB
CMYK
RGB Variations
Color information
#EC4541 (or 0xEC4541) is known color: Cinnabar. HEX triplet: EC, 45 and 41. RGB value is (236,69,65). Sum of RGB (Red+Green+Blue) = 236+69+65=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4541 is #13BABE. Grayscale: #767676. Windows color (decimal): -1292991 or 4277740. OLE color: 4277740.
HSL color Cylindrical-coordinate representation of color #EC4541: hue angle of 1.4º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4541 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 65 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.07 |
| HSL | 1.4º | 0.82% | 0.59% | - |
| HSV(B) | 1.4º | 0.72% | 0.93% | - |
| XYZ | 37.67 | 22.47 | 7.35 | - |
| YUV | 118.48 | 97.83 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 65 | 0 | 0.71 | 0.72 | 0.07 | 1.4 | 0.82 | 0.59 |
| Hex | EC | 45 | 41 | 0 | 47 | 48 | 7 | 1 | 52 | 3B |
| Octal | 354 | 105 | 101 | 0 | 107 | 110 | 7 | 1 | 122 | 73 |
| Binary | 11101100 | 1000101 | 1000001 | 0 | 1000111 | 1001000 | 111 | 1 | 1010010 | 111011 |
Color Harmonies of #EC4541
Complementary color
Monochromatic Colors of #EC4541
Black with #EC4541
Text Example
Text Example
White with #EC4541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4541; }
p { color: rgb(236,69,65); }
H1.HeaderClassName
{
color: #EC4541;
}
.AnyTagClassName
{
color: #EC4541;
}
</style>
background-color css
<style>
a { background-color: #EC4541; }
a { background-color: rgb(236,69,65); }
div.DivClassName
{
background-color: #EC4541;
}
.BgClassName
{
background-color: #EC4541;
}
</style>
border-color css
<style>
span { border-color: #EC4541; }
span { border-color: rgb(236,69,65); }
td.TdClassName
{
border-color: #EC4541;
}
.TagClassName
{
border-color: #EC4541;
}
</style>