Shades of Cinnabar #EC473A
Tints of Cinnabar #EC473A
RGB
CMYK
RGB Variations
Color information
#EC473A (or 0xEC473A) is known color: Cinnabar. HEX triplet: EC, 47 and 3A. RGB value is (236,71,58). Sum of RGB (Red+Green+Blue) = 236+71+58=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC473A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC473A is #13B8C5. Grayscale: #777777. Windows color (decimal): -1292486 or 3819500. OLE color: 3819500.
HSL color Cylindrical-coordinate representation of color #EC473A: hue angle of 4.38º 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 #EC473A is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 58 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.07 |
| HSL | 4.38º | 0.82% | 0.58% | - |
| HSV(B) | 4.38º | 0.75% | 0.93% | - |
| XYZ | 37.61 | 22.64 | 6.39 | - |
| YUV | 118.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 58 | 0 | 0.70 | 0.75 | 0.07 | 4.38 | 0.82 | 0.58 |
| Hex | EC | 47 | 3A | 0 | 46 | 4B | 7 | 4 | 52 | 3A |
| Octal | 354 | 107 | 72 | 0 | 106 | 113 | 7 | 4 | 122 | 72 |
| Binary | 11101100 | 1000111 | 111010 | 0 | 1000110 | 1001011 | 111 | 100 | 1010010 | 111010 |
Color Harmonies of #EC473A
Complementary color
Monochromatic Colors of #EC473A
Black with #EC473A
Text Example
Text Example
White with #EC473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC473A; }
p { color: rgb(236,71,58); }
H1.HeaderClassName
{
color: #EC473A;
}
.AnyTagClassName
{
color: #EC473A;
}
</style>
background-color css
<style>
a { background-color: #EC473A; }
a { background-color: rgb(236,71,58); }
div.DivClassName
{
background-color: #EC473A;
}
.BgClassName
{
background-color: #EC473A;
}
</style>
border-color css
<style>
span { border-color: #EC473A; }
span { border-color: rgb(236,71,58); }
td.TdClassName
{
border-color: #EC473A;
}
.TagClassName
{
border-color: #EC473A;
}
</style>