Shades of Cinnabar #EC4C2B
Tints of Cinnabar #EC4C2B
RGB
CMYK
RGB Variations
Color information
#EC4C2B (or 0xEC4C2B) is known color: Cinnabar. HEX triplet: EC, 4C and 2B. RGB value is (236,76,43). Sum of RGB (Red+Green+Blue) = 236+76+43=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C2B is #13B3D4. Grayscale: #787878. Windows color (decimal): -1291221 or 2837740. OLE color: 2837740.
HSL color Cylindrical-coordinate representation of color #EC4C2B: hue angle of 10.26º 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 #EC4C2B is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 43 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.07 |
| HSL | 10.26º | 0.84% | 0.55% | - |
| HSV(B) | 10.26º | 0.82% | 0.93% | - |
| XYZ | 37.61 | 23.18 | 4.78 | - |
| YUV | 120.08 | 84.51 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 43 | 0 | 0.68 | 0.82 | 0.07 | 10.26 | 0.84 | 0.55 |
| Hex | EC | 4C | 2B | 0 | 44 | 52 | 7 | A | 54 | 37 |
| Octal | 354 | 114 | 53 | 0 | 104 | 122 | 7 | 12 | 124 | 67 |
| Binary | 11101100 | 1001100 | 101011 | 0 | 1000100 | 1010010 | 111 | 1010 | 1010100 | 110111 |
Color Harmonies of #EC4C2B
Complementary color
Monochromatic Colors of #EC4C2B
Black with #EC4C2B
Text Example
Text Example
White with #EC4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C2B; }
p { color: rgb(236,76,43); }
H1.HeaderClassName
{
color: #EC4C2B;
}
.AnyTagClassName
{
color: #EC4C2B;
}
</style>
background-color css
<style>
a { background-color: #EC4C2B; }
a { background-color: rgb(236,76,43); }
div.DivClassName
{
background-color: #EC4C2B;
}
.BgClassName
{
background-color: #EC4C2B;
}
</style>
border-color css
<style>
span { border-color: #EC4C2B; }
span { border-color: rgb(236,76,43); }
td.TdClassName
{
border-color: #EC4C2B;
}
.TagClassName
{
border-color: #EC4C2B;
}
</style>