Shades of Cinnabar #EC4F2B
Tints of Cinnabar #EC4F2B
RGB
CMYK
RGB Variations
Color information
#EC4F2B (or 0xEC4F2B) is known color: Cinnabar. HEX triplet: EC, 4F and 2B. RGB value is (236,79,43). Sum of RGB (Red+Green+Blue) = 236+79+43=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F2B is #13B0D4. Grayscale: #7A7A7A. Windows color (decimal): -1290453 or 2838508. OLE color: 2838508.
HSL color Cylindrical-coordinate representation of color #EC4F2B: hue angle of 11.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC4F2B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 43 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.07 |
| HSL | 11.19º | 0.84% | 0.55% | - |
| HSV(B) | 11.19º | 0.82% | 0.93% | - |
| XYZ | 37.82 | 23.6 | 4.85 | - |
| YUV | 121.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 43 | 0 | 0.67 | 0.82 | 0.07 | 11.19 | 0.84 | 0.55 |
| Hex | EC | 4F | 2B | 0 | 43 | 52 | 7 | B | 54 | 37 |
| Octal | 354 | 117 | 53 | 0 | 103 | 122 | 7 | 13 | 124 | 67 |
| Binary | 11101100 | 1001111 | 101011 | 0 | 1000011 | 1010010 | 111 | 1011 | 1010100 | 110111 |
Color Harmonies of #EC4F2B
Complementary color
Monochromatic Colors of #EC4F2B
Black with #EC4F2B
Text Example
Text Example
White with #EC4F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F2B; }
p { color: rgb(236,79,43); }
H1.HeaderClassName
{
color: #EC4F2B;
}
.AnyTagClassName
{
color: #EC4F2B;
}
</style>
background-color css
<style>
a { background-color: #EC4F2B; }
a { background-color: rgb(236,79,43); }
div.DivClassName
{
background-color: #EC4F2B;
}
.BgClassName
{
background-color: #EC4F2B;
}
</style>
border-color css
<style>
span { border-color: #EC4F2B; }
span { border-color: rgb(236,79,43); }
td.TdClassName
{
border-color: #EC4F2B;
}
.TagClassName
{
border-color: #EC4F2B;
}
</style>