Shades of Cinnabar #EC5422
Tints of Cinnabar #EC5422
RGB
CMYK
RGB Variations
Color information
#EC5422 (or 0xEC5422) is known color: Cinnabar. HEX triplet: EC, 54 and 22. RGB value is (236,84,34). Sum of RGB (Red+Green+Blue) = 236+84+34=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5422 is #13ABDD. Grayscale: #7C7C7C. Windows color (decimal): -1289182 or 2249964. OLE color: 2249964.
HSL color Cylindrical-coordinate representation of color #EC5422: hue angle of 14.85º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC5422 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 34 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.07 |
| HSL | 14.85º | 0.84% | 0.53% | - |
| HSV(B) | 14.85º | 0.86% | 0.93% | - |
| XYZ | 38.05 | 24.29 | 4.2 | - |
| YUV | 123.75 | 77.36 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 34 | 0 | 0.64 | 0.86 | 0.07 | 14.85 | 0.84 | 0.53 |
| Hex | EC | 54 | 22 | 0 | 40 | 56 | 7 | F | 54 | 35 |
| Octal | 354 | 124 | 42 | 0 | 100 | 126 | 7 | 17 | 124 | 65 |
| Binary | 11101100 | 1010100 | 100010 | 0 | 1000000 | 1010110 | 111 | 1111 | 1010100 | 110101 |
Color Harmonies of #EC5422
Complementary color
Monochromatic Colors of #EC5422
Black with #EC5422
Text Example
Text Example
White with #EC5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5422; }
p { color: rgb(236,84,34); }
H1.HeaderClassName
{
color: #EC5422;
}
.AnyTagClassName
{
color: #EC5422;
}
</style>
background-color css
<style>
a { background-color: #EC5422; }
a { background-color: rgb(236,84,34); }
div.DivClassName
{
background-color: #EC5422;
}
.BgClassName
{
background-color: #EC5422;
}
</style>
border-color css
<style>
span { border-color: #EC5422; }
span { border-color: rgb(236,84,34); }
td.TdClassName
{
border-color: #EC5422;
}
.TagClassName
{
border-color: #EC5422;
}
</style>