Shades of Cinnabar #EC4A1F
Tints of Cinnabar #EC4A1F
RGB
CMYK
RGB Variations
Color information
#EC4A1F (or 0xEC4A1F) is known color: Cinnabar. HEX triplet: EC, 4A and 1F. RGB value is (236,74,31). Sum of RGB (Red+Green+Blue) = 236+74+31=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A1F is #13B5E0. Grayscale: #757575. Windows color (decimal): -1291745 or 2050796. OLE color: 2050796.
HSL color Cylindrical-coordinate representation of color #EC4A1F: hue angle of 12.59º 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 #EC4A1F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 31 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.07 |
| HSL | 12.59º | 0.84% | 0.52% | - |
| HSV(B) | 12.59º | 0.87% | 0.93% | - |
| XYZ | 37.29 | 22.83 | 3.74 | - |
| YUV | 117.54 | 79.17 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 31 | 0 | 0.69 | 0.87 | 0.07 | 12.59 | 0.84 | 0.52 |
| Hex | EC | 4A | 1F | 0 | 45 | 57 | 7 | D | 54 | 34 |
| Octal | 354 | 112 | 37 | 0 | 105 | 127 | 7 | 15 | 124 | 64 |
| Binary | 11101100 | 1001010 | 11111 | 0 | 1000101 | 1010111 | 111 | 1101 | 1010100 | 110100 |
Color Harmonies of #EC4A1F
Complementary color
Monochromatic Colors of #EC4A1F
Black with #EC4A1F
Text Example
Text Example
White with #EC4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A1F; }
p { color: rgb(236,74,31); }
H1.HeaderClassName
{
color: #EC4A1F;
}
.AnyTagClassName
{
color: #EC4A1F;
}
</style>
background-color css
<style>
a { background-color: #EC4A1F; }
a { background-color: rgb(236,74,31); }
div.DivClassName
{
background-color: #EC4A1F;
}
.BgClassName
{
background-color: #EC4A1F;
}
</style>
border-color css
<style>
span { border-color: #EC4A1F; }
span { border-color: rgb(236,74,31); }
td.TdClassName
{
border-color: #EC4A1F;
}
.TagClassName
{
border-color: #EC4A1F;
}
</style>