Shades of Cinnabar #EC4C3D
Tints of Cinnabar #EC4C3D
RGB
CMYK
RGB Variations
Color information
#EC4C3D (or 0xEC4C3D) is known color: Cinnabar. HEX triplet: EC, 4C and 3D. RGB value is (236,76,61). Sum of RGB (Red+Green+Blue) = 236+76+61=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C3D is #13B3C2. Grayscale: #7A7A7A. Windows color (decimal): -1291203 or 4017388. OLE color: 4017388.
HSL color Cylindrical-coordinate representation of color #EC4C3D: hue angle of 5.14º 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 #EC4C3D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 61 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.07 |
| HSL | 5.14º | 0.82% | 0.58% | - |
| HSV(B) | 5.14º | 0.74% | 0.93% | - |
| XYZ | 38.02 | 23.34 | 6.92 | - |
| YUV | 122.13 | 93.51 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 61 | 0 | 0.68 | 0.74 | 0.07 | 5.14 | 0.82 | 0.58 |
| Hex | EC | 4C | 3D | 0 | 44 | 4A | 7 | 5 | 52 | 3A |
| Octal | 354 | 114 | 75 | 0 | 104 | 112 | 7 | 5 | 122 | 72 |
| Binary | 11101100 | 1001100 | 111101 | 0 | 1000100 | 1001010 | 111 | 101 | 1010010 | 111010 |
Color Harmonies of #EC4C3D
Complementary color
Monochromatic Colors of #EC4C3D
Black with #EC4C3D
Text Example
Text Example
White with #EC4C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C3D; }
p { color: rgb(236,76,61); }
H1.HeaderClassName
{
color: #EC4C3D;
}
.AnyTagClassName
{
color: #EC4C3D;
}
</style>
background-color css
<style>
a { background-color: #EC4C3D; }
a { background-color: rgb(236,76,61); }
div.DivClassName
{
background-color: #EC4C3D;
}
.BgClassName
{
background-color: #EC4C3D;
}
</style>
border-color css
<style>
span { border-color: #EC4C3D; }
span { border-color: rgb(236,76,61); }
td.TdClassName
{
border-color: #EC4C3D;
}
.TagClassName
{
border-color: #EC4C3D;
}
</style>