Shades of Cinnabar #EC411D
Tints of Cinnabar #EC411D
RGB
CMYK
RGB Variations
Color information
#EC411D (or 0xEC411D) is known color: Cinnabar. HEX triplet: EC, 41 and 1D. RGB value is (236,65,29). Sum of RGB (Red+Green+Blue) = 236+65+29=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC411D is #13BEE2. Grayscale: #707070. Windows color (decimal): -1294051 or 1917420. OLE color: 1917420.
HSL color Cylindrical-coordinate representation of color #EC411D: hue angle of 10.43º 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 #EC411D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 10.43º | 0.84% | 0.52% | - |
| HSV(B) | 10.43º | 0.88% | 0.93% | - |
| XYZ | 36.7 | 21.7 | 3.42 | - |
| YUV | 112.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 29 | 0 | 0.72 | 0.88 | 0.07 | 10.43 | 0.84 | 0.52 |
| Hex | EC | 41 | 1D | 0 | 48 | 58 | 7 | A | 54 | 34 |
| Octal | 354 | 101 | 35 | 0 | 110 | 130 | 7 | 12 | 124 | 64 |
| Binary | 11101100 | 1000001 | 11101 | 0 | 1001000 | 1011000 | 111 | 1010 | 1010100 | 110100 |
Color Harmonies of #EC411D
Complementary color
Monochromatic Colors of #EC411D
Black with #EC411D
Text Example
Text Example
White with #EC411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC411D; }
p { color: rgb(236,65,29); }
H1.HeaderClassName
{
color: #EC411D;
}
.AnyTagClassName
{
color: #EC411D;
}
</style>
background-color css
<style>
a { background-color: #EC411D; }
a { background-color: rgb(236,65,29); }
div.DivClassName
{
background-color: #EC411D;
}
.BgClassName
{
background-color: #EC411D;
}
</style>
border-color css
<style>
span { border-color: #EC411D; }
span { border-color: rgb(236,65,29); }
td.TdClassName
{
border-color: #EC411D;
}
.TagClassName
{
border-color: #EC411D;
}
</style>