Shades of Cinnabar #EC441F
Tints of Cinnabar #EC441F
RGB
CMYK
RGB Variations
Color information
#EC441F (or 0xEC441F) is known color: Cinnabar. HEX triplet: EC, 44 and 1F. RGB value is (236,68,31). Sum of RGB (Red+Green+Blue) = 236+68+31=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC441F is #13BBE0. Grayscale: #727272. Windows color (decimal): -1293281 or 2049260. OLE color: 2049260.
HSL color Cylindrical-coordinate representation of color #EC441F: hue angle of 10.83º 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 #EC441F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.07 |
| HSL | 10.83º | 0.84% | 0.52% | - |
| HSV(B) | 10.83º | 0.87% | 0.93% | - |
| XYZ | 36.91 | 22.07 | 3.61 | - |
| YUV | 114.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 31 | 0 | 0.71 | 0.87 | 0.07 | 10.83 | 0.84 | 0.52 |
| Hex | EC | 44 | 1F | 0 | 47 | 57 | 7 | B | 54 | 34 |
| Octal | 354 | 104 | 37 | 0 | 107 | 127 | 7 | 13 | 124 | 64 |
| Binary | 11101100 | 1000100 | 11111 | 0 | 1000111 | 1010111 | 111 | 1011 | 1010100 | 110100 |
Color Harmonies of #EC441F
Complementary color
Monochromatic Colors of #EC441F
Black with #EC441F
Text Example
Text Example
White with #EC441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC441F; }
p { color: rgb(236,68,31); }
H1.HeaderClassName
{
color: #EC441F;
}
.AnyTagClassName
{
color: #EC441F;
}
</style>
background-color css
<style>
a { background-color: #EC441F; }
a { background-color: rgb(236,68,31); }
div.DivClassName
{
background-color: #EC441F;
}
.BgClassName
{
background-color: #EC441F;
}
</style>
border-color css
<style>
span { border-color: #EC441F; }
span { border-color: rgb(236,68,31); }
td.TdClassName
{
border-color: #EC441F;
}
.TagClassName
{
border-color: #EC441F;
}
</style>