Shades of Cinnabar #EC4B3E
Tints of Cinnabar #EC4B3E
RGB
CMYK
RGB Variations
Color information
#EC4B3E (or 0xEC4B3E) is known color: Cinnabar. HEX triplet: EC, 4B and 3E. RGB value is (236,75,62). Sum of RGB (Red+Green+Blue) = 236+75+62=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B3E is #13B4C1. Grayscale: #797979. Windows color (decimal): -1291458 or 4082668. OLE color: 4082668.
HSL color Cylindrical-coordinate representation of color #EC4B3E: hue angle of 4.48º 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 #EC4B3E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 62 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.07 |
| HSL | 4.48º | 0.82% | 0.58% | - |
| HSV(B) | 4.48º | 0.74% | 0.93% | - |
| XYZ | 37.98 | 23.21 | 7.04 | - |
| YUV | 121.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 62 | 0 | 0.68 | 0.74 | 0.07 | 4.48 | 0.82 | 0.58 |
| Hex | EC | 4B | 3E | 0 | 44 | 4A | 7 | 4 | 52 | 3A |
| Octal | 354 | 113 | 76 | 0 | 104 | 112 | 7 | 4 | 122 | 72 |
| Binary | 11101100 | 1001011 | 111110 | 0 | 1000100 | 1001010 | 111 | 100 | 1010010 | 111010 |
Color Harmonies of #EC4B3E
Complementary color
Monochromatic Colors of #EC4B3E
Black with #EC4B3E
Text Example
Text Example
White with #EC4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B3E; }
p { color: rgb(236,75,62); }
H1.HeaderClassName
{
color: #EC4B3E;
}
.AnyTagClassName
{
color: #EC4B3E;
}
</style>
background-color css
<style>
a { background-color: #EC4B3E; }
a { background-color: rgb(236,75,62); }
div.DivClassName
{
background-color: #EC4B3E;
}
.BgClassName
{
background-color: #EC4B3E;
}
</style>
border-color css
<style>
span { border-color: #EC4B3E; }
span { border-color: rgb(236,75,62); }
td.TdClassName
{
border-color: #EC4B3E;
}
.TagClassName
{
border-color: #EC4B3E;
}
</style>