Shades of Cinnabar #EC473B
Tints of Cinnabar #EC473B
RGB
CMYK
RGB Variations
Color information
#EC473B (or 0xEC473B) is known color: Cinnabar. HEX triplet: EC, 47 and 3B. RGB value is (236,71,59). Sum of RGB (Red+Green+Blue) = 236+71+59=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC473B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC473B is #13B8C4. Grayscale: #777777. Windows color (decimal): -1292485 or 3885036. OLE color: 3885036.
HSL color Cylindrical-coordinate representation of color #EC473B: hue angle of 4.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC473B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 59 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.07 |
| HSL | 4.07º | 0.82% | 0.58% | - |
| HSV(B) | 4.07º | 0.75% | 0.93% | - |
| XYZ | 37.63 | 22.66 | 6.53 | - |
| YUV | 118.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 59 | 0 | 0.70 | 0.75 | 0.07 | 4.07 | 0.82 | 0.58 |
| Hex | EC | 47 | 3B | 0 | 46 | 4B | 7 | 4 | 52 | 3A |
| Octal | 354 | 107 | 73 | 0 | 106 | 113 | 7 | 4 | 122 | 72 |
| Binary | 11101100 | 1000111 | 111011 | 0 | 1000110 | 1001011 | 111 | 100 | 1010010 | 111010 |
Color Harmonies of #EC473B
Complementary color
Monochromatic Colors of #EC473B
Black with #EC473B
Text Example
Text Example
White with #EC473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC473B; }
p { color: rgb(236,71,59); }
H1.HeaderClassName
{
color: #EC473B;
}
.AnyTagClassName
{
color: #EC473B;
}
</style>
background-color css
<style>
a { background-color: #EC473B; }
a { background-color: rgb(236,71,59); }
div.DivClassName
{
background-color: #EC473B;
}
.BgClassName
{
background-color: #EC473B;
}
</style>
border-color css
<style>
span { border-color: #EC473B; }
span { border-color: rgb(236,71,59); }
td.TdClassName
{
border-color: #EC473B;
}
.TagClassName
{
border-color: #EC473B;
}
</style>