Shades of Cinnabar #EC411F
Tints of Cinnabar #EC411F
RGB
CMYK
RGB Variations
Color information
#EC411F (or 0xEC411F) is known color: Cinnabar. HEX triplet: EC, 41 and 1F. RGB value is (236,65,31). Sum of RGB (Red+Green+Blue) = 236+65+31=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC411F is #13BEE0. Grayscale: #707070. Windows color (decimal): -1294049 or 2048492. OLE color: 2048492.
HSL color Cylindrical-coordinate representation of color #EC411F: hue angle of 9.95º 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 #EC411F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 31 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.07 |
| HSL | 9.95º | 0.84% | 0.52% | - |
| HSV(B) | 9.95º | 0.87% | 0.93% | - |
| XYZ | 36.73 | 21.71 | 3.55 | - |
| YUV | 112.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 31 | 0 | 0.72 | 0.87 | 0.07 | 9.95 | 0.84 | 0.52 |
| Hex | EC | 41 | 1F | 0 | 48 | 57 | 7 | A | 54 | 34 |
| Octal | 354 | 101 | 37 | 0 | 110 | 127 | 7 | 12 | 124 | 64 |
| Binary | 11101100 | 1000001 | 11111 | 0 | 1001000 | 1010111 | 111 | 1010 | 1010100 | 110100 |
Color Harmonies of #EC411F
Complementary color
Monochromatic Colors of #EC411F
Black with #EC411F
Text Example
Text Example
White with #EC411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC411F; }
p { color: rgb(236,65,31); }
H1.HeaderClassName
{
color: #EC411F;
}
.AnyTagClassName
{
color: #EC411F;
}
</style>
background-color css
<style>
a { background-color: #EC411F; }
a { background-color: rgb(236,65,31); }
div.DivClassName
{
background-color: #EC411F;
}
.BgClassName
{
background-color: #EC411F;
}
</style>
border-color css
<style>
span { border-color: #EC411F; }
span { border-color: rgb(236,65,31); }
td.TdClassName
{
border-color: #EC411F;
}
.TagClassName
{
border-color: #EC411F;
}
</style>