Shades of Cinnabar #EC5238
Tints of Cinnabar #EC5238
RGB
CMYK
RGB Variations
Color information
#EC5238 (or 0xEC5238) is known color: Cinnabar. HEX triplet: EC, 52 and 38. RGB value is (236,82,56). Sum of RGB (Red+Green+Blue) = 236+82+56=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5238 is #13ADC7. Grayscale: #7D7D7D. Windows color (decimal): -1289672 or 3691244. OLE color: 3691244.
HSL color Cylindrical-coordinate representation of color #EC5238: hue angle of 8.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC5238 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 56 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.07 |
| HSL | 8.67º | 0.83% | 0.57% | - |
| HSV(B) | 8.67º | 0.76% | 0.93% | - |
| XYZ | 38.32 | 24.15 | 6.38 | - |
| YUV | 125.08 | 89.02 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 56 | 0 | 0.65 | 0.76 | 0.07 | 8.67 | 0.83 | 0.57 |
| Hex | EC | 52 | 38 | 0 | 41 | 4C | 7 | 9 | 53 | 39 |
| Octal | 354 | 122 | 70 | 0 | 101 | 114 | 7 | 11 | 123 | 71 |
| Binary | 11101100 | 1010010 | 111000 | 0 | 1000001 | 1001100 | 111 | 1001 | 1010011 | 111001 |
Color Harmonies of #EC5238
Complementary color
Monochromatic Colors of #EC5238
Black with #EC5238
Text Example
Text Example
White with #EC5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5238; }
p { color: rgb(236,82,56); }
H1.HeaderClassName
{
color: #EC5238;
}
.AnyTagClassName
{
color: #EC5238;
}
</style>
background-color css
<style>
a { background-color: #EC5238; }
a { background-color: rgb(236,82,56); }
div.DivClassName
{
background-color: #EC5238;
}
.BgClassName
{
background-color: #EC5238;
}
</style>
border-color css
<style>
span { border-color: #EC5238; }
span { border-color: rgb(236,82,56); }
td.TdClassName
{
border-color: #EC5238;
}
.TagClassName
{
border-color: #EC5238;
}
</style>