Shades of Cinnabar #EC4B3F
Tints of Cinnabar #EC4B3F
RGB
CMYK
RGB Variations
Color information
#EC4B3F (or 0xEC4B3F) is known color: Cinnabar. HEX triplet: EC, 4B and 3F. RGB value is (236,75,63). Sum of RGB (Red+Green+Blue) = 236+75+63=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B3F is #13B4C0. Grayscale: #797979. Windows color (decimal): -1291457 or 4148204. OLE color: 4148204.
HSL color Cylindrical-coordinate representation of color #EC4B3F: hue angle of 4.16º 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 #EC4B3F is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 63 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.07 |
| HSL | 4.16º | 0.82% | 0.59% | - |
| HSV(B) | 4.16º | 0.73% | 0.93% | - |
| XYZ | 38.01 | 23.22 | 7.18 | - |
| YUV | 121.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 63 | 0 | 0.68 | 0.73 | 0.07 | 4.16 | 0.82 | 0.59 |
| Hex | EC | 4B | 3F | 0 | 44 | 49 | 7 | 4 | 52 | 3B |
| Octal | 354 | 113 | 77 | 0 | 104 | 111 | 7 | 4 | 122 | 73 |
| Binary | 11101100 | 1001011 | 111111 | 0 | 1000100 | 1001001 | 111 | 100 | 1010010 | 111011 |
Color Harmonies of #EC4B3F
Complementary color
Monochromatic Colors of #EC4B3F
Black with #EC4B3F
Text Example
Text Example
White with #EC4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B3F; }
p { color: rgb(236,75,63); }
H1.HeaderClassName
{
color: #EC4B3F;
}
.AnyTagClassName
{
color: #EC4B3F;
}
</style>
background-color css
<style>
a { background-color: #EC4B3F; }
a { background-color: rgb(236,75,63); }
div.DivClassName
{
background-color: #EC4B3F;
}
.BgClassName
{
background-color: #EC4B3F;
}
</style>
border-color css
<style>
span { border-color: #EC4B3F; }
span { border-color: rgb(236,75,63); }
td.TdClassName
{
border-color: #EC4B3F;
}
.TagClassName
{
border-color: #EC4B3F;
}
</style>