Shades of Cinnabar #EC392F
Tints of Cinnabar #EC392F
RGB
CMYK
RGB Variations
Color information
#EC392F (or 0xEC392F) is known color: Cinnabar. HEX triplet: EC, 39 and 2F. RGB value is (236,57,47). Sum of RGB (Red+Green+Blue) = 236+57+47=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC392F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC392F is #13C6D0. Grayscale: #6D6D6D. Windows color (decimal): -1296081 or 3095020. OLE color: 3095020.
HSL color Cylindrical-coordinate representation of color #EC392F: hue angle of 3.17º 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 #EC392F is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 47 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.07 |
| HSL | 3.17º | 0.83% | 0.55% | - |
| HSV(B) | 3.17º | 0.8% | 0.93% | - |
| XYZ | 36.57 | 20.96 | 4.81 | - |
| YUV | 109.38 | 92.8 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 47 | 0 | 0.76 | 0.80 | 0.07 | 3.17 | 0.83 | 0.55 |
| Hex | EC | 39 | 2F | 0 | 4C | 50 | 7 | 3 | 53 | 37 |
| Octal | 354 | 71 | 57 | 0 | 114 | 120 | 7 | 3 | 123 | 67 |
| Binary | 11101100 | 111001 | 101111 | 0 | 1001100 | 1010000 | 111 | 11 | 1010011 | 110111 |
Color Harmonies of #EC392F
Complementary color
Monochromatic Colors of #EC392F
Black with #EC392F
Text Example
Text Example
White with #EC392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC392F; }
p { color: rgb(236,57,47); }
H1.HeaderClassName
{
color: #EC392F;
}
.AnyTagClassName
{
color: #EC392F;
}
</style>
background-color css
<style>
a { background-color: #EC392F; }
a { background-color: rgb(236,57,47); }
div.DivClassName
{
background-color: #EC392F;
}
.BgClassName
{
background-color: #EC392F;
}
</style>
border-color css
<style>
span { border-color: #EC392F; }
span { border-color: rgb(236,57,47); }
td.TdClassName
{
border-color: #EC392F;
}
.TagClassName
{
border-color: #EC392F;
}
</style>