Shades of Cinnabar #EC451F
Tints of Cinnabar #EC451F
RGB
CMYK
RGB Variations
Color information
#EC451F (or 0xEC451F) is known color: Cinnabar. HEX triplet: EC, 45 and 1F. RGB value is (236,69,31). Sum of RGB (Red+Green+Blue) = 236+69+31=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC451F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC451F is #13BAE0. Grayscale: #727272. Windows color (decimal): -1293025 or 2049516. OLE color: 2049516.
HSL color Cylindrical-coordinate representation of color #EC451F: hue angle of 11.12º 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 #EC451F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.07 |
| HSL | 11.12º | 0.84% | 0.52% | - |
| HSV(B) | 11.12º | 0.87% | 0.93% | - |
| XYZ | 36.97 | 22.19 | 3.63 | - |
| YUV | 114.6 | 80.83 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 31 | 0 | 0.71 | 0.87 | 0.07 | 11.12 | 0.84 | 0.52 |
| Hex | EC | 45 | 1F | 0 | 47 | 57 | 7 | B | 54 | 34 |
| Octal | 354 | 105 | 37 | 0 | 107 | 127 | 7 | 13 | 124 | 64 |
| Binary | 11101100 | 1000101 | 11111 | 0 | 1000111 | 1010111 | 111 | 1011 | 1010100 | 110100 |
Color Harmonies of #EC451F
Complementary color
Monochromatic Colors of #EC451F
Black with #EC451F
Text Example
Text Example
White with #EC451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC451F; }
p { color: rgb(236,69,31); }
H1.HeaderClassName
{
color: #EC451F;
}
.AnyTagClassName
{
color: #EC451F;
}
</style>
background-color css
<style>
a { background-color: #EC451F; }
a { background-color: rgb(236,69,31); }
div.DivClassName
{
background-color: #EC451F;
}
.BgClassName
{
background-color: #EC451F;
}
</style>
border-color css
<style>
span { border-color: #EC451F; }
span { border-color: rgb(236,69,31); }
td.TdClassName
{
border-color: #EC451F;
}
.TagClassName
{
border-color: #EC451F;
}
</style>