Shades of Cinnabar #EC532F
Tints of Cinnabar #EC532F
RGB
CMYK
RGB Variations
Color information
#EC532F (or 0xEC532F) is known color: Cinnabar. HEX triplet: EC, 53 and 2F. RGB value is (236,83,47). Sum of RGB (Red+Green+Blue) = 236+83+47=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC532F is #13ACD0. Grayscale: #7C7C7C. Windows color (decimal): -1289425 or 3101676. OLE color: 3101676.
HSL color Cylindrical-coordinate representation of color #EC532F: hue angle of 11.43º 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 #EC532F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 47 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.07 |
| HSL | 11.43º | 0.83% | 0.55% | - |
| HSV(B) | 11.43º | 0.8% | 0.93% | - |
| XYZ | 38.2 | 24.22 | 5.35 | - |
| YUV | 124.64 | 84.19 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 47 | 0 | 0.65 | 0.80 | 0.07 | 11.43 | 0.83 | 0.55 |
| Hex | EC | 53 | 2F | 0 | 41 | 50 | 7 | B | 53 | 37 |
| Octal | 354 | 123 | 57 | 0 | 101 | 120 | 7 | 13 | 123 | 67 |
| Binary | 11101100 | 1010011 | 101111 | 0 | 1000001 | 1010000 | 111 | 1011 | 1010011 | 110111 |
Color Harmonies of #EC532F
Complementary color
Monochromatic Colors of #EC532F
Black with #EC532F
Text Example
Text Example
White with #EC532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC532F; }
p { color: rgb(236,83,47); }
H1.HeaderClassName
{
color: #EC532F;
}
.AnyTagClassName
{
color: #EC532F;
}
</style>
background-color css
<style>
a { background-color: #EC532F; }
a { background-color: rgb(236,83,47); }
div.DivClassName
{
background-color: #EC532F;
}
.BgClassName
{
background-color: #EC532F;
}
</style>
border-color css
<style>
span { border-color: #EC532F; }
span { border-color: rgb(236,83,47); }
td.TdClassName
{
border-color: #EC532F;
}
.TagClassName
{
border-color: #EC532F;
}
</style>