Shades of Cinnabar #EC2D2B
Tints of Cinnabar #EC2D2B
RGB
CMYK
RGB Variations
Color information
#EC2D2B (or 0xEC2D2B) is known color: Cinnabar. HEX triplet: EC, 2D and 2B. RGB value is (236,45,43). Sum of RGB (Red+Green+Blue) = 236+45+43=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D2B is #13D2D4. Grayscale: #666666. Windows color (decimal): -1299157 or 2829804. OLE color: 2829804.
HSL color Cylindrical-coordinate representation of color #EC2D2B: hue angle of 0.62º 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 #EC2D2B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 43 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.07 |
| HSL | 0.62º | 0.84% | 0.55% | - |
| HSV(B) | 0.62º | 0.82% | 0.93% | - |
| XYZ | 35.97 | 19.88 | 4.23 | - |
| YUV | 101.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 43 | 0 | 0.81 | 0.82 | 0.07 | 0.62 | 0.84 | 0.55 |
| Hex | EC | 2D | 2B | 0 | 51 | 52 | 7 | 1 | 54 | 37 |
| Octal | 354 | 55 | 53 | 0 | 121 | 122 | 7 | 1 | 124 | 67 |
| Binary | 11101100 | 101101 | 101011 | 0 | 1010001 | 1010010 | 111 | 1 | 1010100 | 110111 |
Color Harmonies of #EC2D2B
Complementary color
Monochromatic Colors of #EC2D2B
Black with #EC2D2B
Text Example
Text Example
White with #EC2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D2B; }
p { color: rgb(236,45,43); }
H1.HeaderClassName
{
color: #EC2D2B;
}
.AnyTagClassName
{
color: #EC2D2B;
}
</style>
background-color css
<style>
a { background-color: #EC2D2B; }
a { background-color: rgb(236,45,43); }
div.DivClassName
{
background-color: #EC2D2B;
}
.BgClassName
{
background-color: #EC2D2B;
}
</style>
border-color css
<style>
span { border-color: #EC2D2B; }
span { border-color: rgb(236,45,43); }
td.TdClassName
{
border-color: #EC2D2B;
}
.TagClassName
{
border-color: #EC2D2B;
}
</style>