Shades of Cinnabar #EC411E
Tints of Cinnabar #EC411E
RGB
CMYK
RGB Variations
Color information
#EC411E (or 0xEC411E) is known color: Cinnabar. HEX triplet: EC, 41 and 1E. RGB value is (236,65,30). Sum of RGB (Red+Green+Blue) = 236+65+30=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC411E is #13BEE1. Grayscale: #707070. Windows color (decimal): -1294050 or 1982956. OLE color: 1982956.
HSL color Cylindrical-coordinate representation of color #EC411E: hue angle of 10.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC411E is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 30 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.07 |
| HSL | 10.19º | 0.84% | 0.52% | - |
| HSV(B) | 10.19º | 0.87% | 0.93% | - |
| XYZ | 36.72 | 21.71 | 3.48 | - |
| YUV | 112.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 30 | 0 | 0.72 | 0.87 | 0.07 | 10.19 | 0.84 | 0.52 |
| Hex | EC | 41 | 1E | 0 | 48 | 57 | 7 | A | 54 | 34 |
| Octal | 354 | 101 | 36 | 0 | 110 | 127 | 7 | 12 | 124 | 64 |
| Binary | 11101100 | 1000001 | 11110 | 0 | 1001000 | 1010111 | 111 | 1010 | 1010100 | 110100 |
Color Harmonies of #EC411E
Complementary color
Monochromatic Colors of #EC411E
Black with #EC411E
Text Example
Text Example
White with #EC411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC411E; }
p { color: rgb(236,65,30); }
H1.HeaderClassName
{
color: #EC411E;
}
.AnyTagClassName
{
color: #EC411E;
}
</style>
background-color css
<style>
a { background-color: #EC411E; }
a { background-color: rgb(236,65,30); }
div.DivClassName
{
background-color: #EC411E;
}
.BgClassName
{
background-color: #EC411E;
}
</style>
border-color css
<style>
span { border-color: #EC411E; }
span { border-color: rgb(236,65,30); }
td.TdClassName
{
border-color: #EC411E;
}
.TagClassName
{
border-color: #EC411E;
}
</style>