Shades of Cinnabar #EC3E2F
Tints of Cinnabar #EC3E2F
RGB
CMYK
RGB Variations
Color information
#EC3E2F (or 0xEC3E2F) is known color: Cinnabar. HEX triplet: EC, 3E and 2F. RGB value is (236,62,47). Sum of RGB (Red+Green+Blue) = 236+62+47=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E2F is #13C1D0. Grayscale: #707070. Windows color (decimal): -1294801 or 3096300. OLE color: 3096300.
HSL color Cylindrical-coordinate representation of color #EC3E2F: hue angle of 4.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3E2F is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 47 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.07 |
| HSL | 4.76º | 0.83% | 0.55% | - |
| HSV(B) | 4.76º | 0.8% | 0.93% | - |
| XYZ | 36.83 | 21.48 | 4.89 | - |
| YUV | 112.32 | 91.15 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 47 | 0 | 0.74 | 0.80 | 0.07 | 4.76 | 0.83 | 0.55 |
| Hex | EC | 3E | 2F | 0 | 4A | 50 | 7 | 5 | 53 | 37 |
| Octal | 354 | 76 | 57 | 0 | 112 | 120 | 7 | 5 | 123 | 67 |
| Binary | 11101100 | 111110 | 101111 | 0 | 1001010 | 1010000 | 111 | 101 | 1010011 | 110111 |
Color Harmonies of #EC3E2F
Complementary color
Monochromatic Colors of #EC3E2F
Black with #EC3E2F
Text Example
Text Example
White with #EC3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E2F; }
p { color: rgb(236,62,47); }
H1.HeaderClassName
{
color: #EC3E2F;
}
.AnyTagClassName
{
color: #EC3E2F;
}
</style>
background-color css
<style>
a { background-color: #EC3E2F; }
a { background-color: rgb(236,62,47); }
div.DivClassName
{
background-color: #EC3E2F;
}
.BgClassName
{
background-color: #EC3E2F;
}
</style>
border-color css
<style>
span { border-color: #EC3E2F; }
span { border-color: rgb(236,62,47); }
td.TdClassName
{
border-color: #EC3E2F;
}
.TagClassName
{
border-color: #EC3E2F;
}
</style>