Shades of Cinnabar #EC5438
Tints of Cinnabar #EC5438
RGB
CMYK
RGB Variations
Color information
#EC5438 (or 0xEC5438) is known color: Cinnabar. HEX triplet: EC, 54 and 38. RGB value is (236,84,56). Sum of RGB (Red+Green+Blue) = 236+84+56=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5438 is #13ABC7. Grayscale: #7E7E7E. Windows color (decimal): -1289160 or 3691756. OLE color: 3691756.
HSL color Cylindrical-coordinate representation of color #EC5438: hue angle of 9.33º 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 #EC5438 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 56 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.07 |
| HSL | 9.33º | 0.83% | 0.57% | - |
| HSV(B) | 9.33º | 0.76% | 0.93% | - |
| XYZ | 38.48 | 24.46 | 6.43 | - |
| YUV | 126.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 56 | 0 | 0.64 | 0.76 | 0.07 | 9.33 | 0.83 | 0.57 |
| Hex | EC | 54 | 38 | 0 | 40 | 4C | 7 | 9 | 53 | 39 |
| Octal | 354 | 124 | 70 | 0 | 100 | 114 | 7 | 11 | 123 | 71 |
| Binary | 11101100 | 1010100 | 111000 | 0 | 1000000 | 1001100 | 111 | 1001 | 1010011 | 111001 |
Color Harmonies of #EC5438
Complementary color
Monochromatic Colors of #EC5438
Black with #EC5438
Text Example
Text Example
White with #EC5438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5438; }
p { color: rgb(236,84,56); }
H1.HeaderClassName
{
color: #EC5438;
}
.AnyTagClassName
{
color: #EC5438;
}
</style>
background-color css
<style>
a { background-color: #EC5438; }
a { background-color: rgb(236,84,56); }
div.DivClassName
{
background-color: #EC5438;
}
.BgClassName
{
background-color: #EC5438;
}
</style>
border-color css
<style>
span { border-color: #EC5438; }
span { border-color: rgb(236,84,56); }
td.TdClassName
{
border-color: #EC5438;
}
.TagClassName
{
border-color: #EC5438;
}
</style>