Shades of Cinnabar #EC2E2B
Tints of Cinnabar #EC2E2B
RGB
CMYK
RGB Variations
Color information
#EC2E2B (or 0xEC2E2B) is known color: Cinnabar. HEX triplet: EC, 2E and 2B. RGB value is (236,46,43). Sum of RGB (Red+Green+Blue) = 236+46+43=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E2B is #13D1D4. Grayscale: #666666. Windows color (decimal): -1298901 or 2830060. OLE color: 2830060.
HSL color Cylindrical-coordinate representation of color #EC2E2B: hue angle of 0.93º 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 #EC2E2B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 43 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.07 |
| HSL | 0.93º | 0.84% | 0.55% | - |
| HSV(B) | 0.93º | 0.82% | 0.93% | - |
| XYZ | 36.01 | 19.96 | 4.24 | - |
| YUV | 102.47 | 94.45 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 43 | 0 | 0.81 | 0.82 | 0.07 | 0.93 | 0.84 | 0.55 |
| Hex | EC | 2E | 2B | 0 | 51 | 52 | 7 | 1 | 54 | 37 |
| Octal | 354 | 56 | 53 | 0 | 121 | 122 | 7 | 1 | 124 | 67 |
| Binary | 11101100 | 101110 | 101011 | 0 | 1010001 | 1010010 | 111 | 1 | 1010100 | 110111 |
Color Harmonies of #EC2E2B
Complementary color
Monochromatic Colors of #EC2E2B
Black with #EC2E2B
Text Example
Text Example
White with #EC2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E2B; }
p { color: rgb(236,46,43); }
H1.HeaderClassName
{
color: #EC2E2B;
}
.AnyTagClassName
{
color: #EC2E2B;
}
</style>
background-color css
<style>
a { background-color: #EC2E2B; }
a { background-color: rgb(236,46,43); }
div.DivClassName
{
background-color: #EC2E2B;
}
.BgClassName
{
background-color: #EC2E2B;
}
</style>
border-color css
<style>
span { border-color: #EC2E2B; }
span { border-color: rgb(236,46,43); }
td.TdClassName
{
border-color: #EC2E2B;
}
.TagClassName
{
border-color: #EC2E2B;
}
</style>