Shades of Cinnabar #EC3E2B
Tints of Cinnabar #EC3E2B
RGB
CMYK
RGB Variations
Color information
#EC3E2B (or 0xEC3E2B) is known color: Cinnabar. HEX triplet: EC, 3E and 2B. RGB value is (236,62,43). Sum of RGB (Red+Green+Blue) = 236+62+43=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E2B is #13C1D4. Grayscale: #707070. Windows color (decimal): -1294805 or 2834156. OLE color: 2834156.
HSL color Cylindrical-coordinate representation of color #EC3E2B: hue angle of 5.91º 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 #EC3E2B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 43 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.07 |
| HSL | 5.91º | 0.84% | 0.55% | - |
| HSV(B) | 5.91º | 0.82% | 0.93% | - |
| XYZ | 36.75 | 21.45 | 4.49 | - |
| YUV | 111.86 | 89.15 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 43 | 0 | 0.74 | 0.82 | 0.07 | 5.91 | 0.84 | 0.55 |
| Hex | EC | 3E | 2B | 0 | 4A | 52 | 7 | 6 | 54 | 37 |
| Octal | 354 | 76 | 53 | 0 | 112 | 122 | 7 | 6 | 124 | 67 |
| Binary | 11101100 | 111110 | 101011 | 0 | 1001010 | 1010010 | 111 | 110 | 1010100 | 110111 |
Color Harmonies of #EC3E2B
Complementary color
Monochromatic Colors of #EC3E2B
Black with #EC3E2B
Text Example
Text Example
White with #EC3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E2B; }
p { color: rgb(236,62,43); }
H1.HeaderClassName
{
color: #EC3E2B;
}
.AnyTagClassName
{
color: #EC3E2B;
}
</style>
background-color css
<style>
a { background-color: #EC3E2B; }
a { background-color: rgb(236,62,43); }
div.DivClassName
{
background-color: #EC3E2B;
}
.BgClassName
{
background-color: #EC3E2B;
}
</style>
border-color css
<style>
span { border-color: #EC3E2B; }
span { border-color: rgb(236,62,43); }
td.TdClassName
{
border-color: #EC3E2B;
}
.TagClassName
{
border-color: #EC3E2B;
}
</style>