Shades of Cinnabar #EC531F
Tints of Cinnabar #EC531F
RGB
CMYK
RGB Variations
Color information
#EC531F (or 0xEC531F) is known color: Cinnabar. HEX triplet: EC, 53 and 1F. RGB value is (236,83,31). Sum of RGB (Red+Green+Blue) = 236+83+31=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC531F is #13ACE0. Grayscale: #7B7B7B. Windows color (decimal): -1289441 or 2053100. OLE color: 2053100.
HSL color Cylindrical-coordinate representation of color #EC531F: hue angle of 15.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC531F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 31 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.07 |
| HSL | 15.22º | 0.84% | 0.52% | - |
| HSV(B) | 15.22º | 0.87% | 0.93% | - |
| XYZ | 37.93 | 24.12 | 3.95 | - |
| YUV | 122.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 31 | 0 | 0.65 | 0.87 | 0.07 | 15.22 | 0.84 | 0.52 |
| Hex | EC | 53 | 1F | 0 | 41 | 57 | 7 | F | 54 | 34 |
| Octal | 354 | 123 | 37 | 0 | 101 | 127 | 7 | 17 | 124 | 64 |
| Binary | 11101100 | 1010011 | 11111 | 0 | 1000001 | 1010111 | 111 | 1111 | 1010100 | 110100 |
Color Harmonies of #EC531F
Complementary color
Monochromatic Colors of #EC531F
Black with #EC531F
Text Example
Text Example
White with #EC531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC531F; }
p { color: rgb(236,83,31); }
H1.HeaderClassName
{
color: #EC531F;
}
.AnyTagClassName
{
color: #EC531F;
}
</style>
background-color css
<style>
a { background-color: #EC531F; }
a { background-color: rgb(236,83,31); }
div.DivClassName
{
background-color: #EC531F;
}
.BgClassName
{
background-color: #EC531F;
}
</style>
border-color css
<style>
span { border-color: #EC531F; }
span { border-color: rgb(236,83,31); }
td.TdClassName
{
border-color: #EC531F;
}
.TagClassName
{
border-color: #EC531F;
}
</style>