Shades of Cinnabar #EC4E3D
Tints of Cinnabar #EC4E3D
RGB
CMYK
RGB Variations
Color information
#EC4E3D (or 0xEC4E3D) is known color: Cinnabar. HEX triplet: EC, 4E and 3D. RGB value is (236,78,61). Sum of RGB (Red+Green+Blue) = 236+78+61=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4E3D is #13B1C2. Grayscale: #7B7B7B. Windows color (decimal): -1290691 or 4017900. OLE color: 4017900.
HSL color Cylindrical-coordinate representation of color #EC4E3D: hue angle of 5.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC4E3D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 61 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.07 |
| HSL | 5.83º | 0.82% | 0.58% | - |
| HSV(B) | 5.83º | 0.74% | 0.93% | - |
| XYZ | 38.16 | 23.62 | 6.96 | - |
| YUV | 123.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 61 | 0 | 0.67 | 0.74 | 0.07 | 5.83 | 0.82 | 0.58 |
| Hex | EC | 4E | 3D | 0 | 43 | 4A | 7 | 6 | 52 | 3A |
| Octal | 354 | 116 | 75 | 0 | 103 | 112 | 7 | 6 | 122 | 72 |
| Binary | 11101100 | 1001110 | 111101 | 0 | 1000011 | 1001010 | 111 | 110 | 1010010 | 111010 |
Color Harmonies of #EC4E3D
Complementary color
Monochromatic Colors of #EC4E3D
Black with #EC4E3D
Text Example
Text Example
White with #EC4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E3D; }
p { color: rgb(236,78,61); }
H1.HeaderClassName
{
color: #EC4E3D;
}
.AnyTagClassName
{
color: #EC4E3D;
}
</style>
background-color css
<style>
a { background-color: #EC4E3D; }
a { background-color: rgb(236,78,61); }
div.DivClassName
{
background-color: #EC4E3D;
}
.BgClassName
{
background-color: #EC4E3D;
}
</style>
border-color css
<style>
span { border-color: #EC4E3D; }
span { border-color: rgb(236,78,61); }
td.TdClassName
{
border-color: #EC4E3D;
}
.TagClassName
{
border-color: #EC4E3D;
}
</style>