Shades of Cinnabar #EC472C
Tints of Cinnabar #EC472C
RGB
CMYK
RGB Variations
Color information
#EC472C (or 0xEC472C) is known color: Cinnabar. HEX triplet: EC, 47 and 2C. RGB value is (236,71,44). Sum of RGB (Red+Green+Blue) = 236+71+44=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC472C is #13B8D3. Grayscale: #757575. Windows color (decimal): -1292500 or 2901996. OLE color: 2901996.
HSL color Cylindrical-coordinate representation of color #EC472C: hue angle of 8.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC472C is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 44 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.07 |
| HSL | 8.44º | 0.83% | 0.55% | - |
| HSV(B) | 8.44º | 0.81% | 0.93% | - |
| XYZ | 37.3 | 22.52 | 4.76 | - |
| YUV | 117.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 44 | 0 | 0.70 | 0.81 | 0.07 | 8.44 | 0.83 | 0.55 |
| Hex | EC | 47 | 2C | 0 | 46 | 51 | 7 | 8 | 53 | 37 |
| Octal | 354 | 107 | 54 | 0 | 106 | 121 | 7 | 10 | 123 | 67 |
| Binary | 11101100 | 1000111 | 101100 | 0 | 1000110 | 1010001 | 111 | 1000 | 1010011 | 110111 |
Color Harmonies of #EC472C
Complementary color
Monochromatic Colors of #EC472C
Black with #EC472C
Text Example
Text Example
White with #EC472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC472C; }
p { color: rgb(236,71,44); }
H1.HeaderClassName
{
color: #EC472C;
}
.AnyTagClassName
{
color: #EC472C;
}
</style>
background-color css
<style>
a { background-color: #EC472C; }
a { background-color: rgb(236,71,44); }
div.DivClassName
{
background-color: #EC472C;
}
.BgClassName
{
background-color: #EC472C;
}
</style>
border-color css
<style>
span { border-color: #EC472C; }
span { border-color: rgb(236,71,44); }
td.TdClassName
{
border-color: #EC472C;
}
.TagClassName
{
border-color: #EC472C;
}
</style>