Shades of Cinnabar #EC2A1D
Tints of Cinnabar #EC2A1D
RGB
CMYK
RGB Variations
Color information
#EC2A1D (or 0xEC2A1D) is known color: Cinnabar. HEX triplet: EC, 2A and 1D. RGB value is (236,42,29). Sum of RGB (Red+Green+Blue) = 236+42+29=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A1D is #13D5E2. Grayscale: #626262. Windows color (decimal): -1299939 or 1911532. OLE color: 1911532.
HSL color Cylindrical-coordinate representation of color #EC2A1D: hue angle of 3.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC2A1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.07 |
| HSL | 3.77º | 0.84% | 0.52% | - |
| HSV(B) | 3.77º | 0.88% | 0.93% | - |
| XYZ | 35.64 | 19.58 | 3.06 | - |
| YUV | 98.52 | 88.77 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 29 | 0 | 0.82 | 0.88 | 0.07 | 3.77 | 0.84 | 0.52 |
| Hex | EC | 2A | 1D | 0 | 52 | 58 | 7 | 4 | 54 | 34 |
| Octal | 354 | 52 | 35 | 0 | 122 | 130 | 7 | 4 | 124 | 64 |
| Binary | 11101100 | 101010 | 11101 | 0 | 1010010 | 1011000 | 111 | 100 | 1010100 | 110100 |
Color Harmonies of #EC2A1D
Complementary color
Monochromatic Colors of #EC2A1D
Black with #EC2A1D
Text Example
Text Example
White with #EC2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A1D; }
p { color: rgb(236,42,29); }
H1.HeaderClassName
{
color: #EC2A1D;
}
.AnyTagClassName
{
color: #EC2A1D;
}
</style>
background-color css
<style>
a { background-color: #EC2A1D; }
a { background-color: rgb(236,42,29); }
div.DivClassName
{
background-color: #EC2A1D;
}
.BgClassName
{
background-color: #EC2A1D;
}
</style>
border-color css
<style>
span { border-color: #EC2A1D; }
span { border-color: rgb(236,42,29); }
td.TdClassName
{
border-color: #EC2A1D;
}
.TagClassName
{
border-color: #EC2A1D;
}
</style>