Shades of Cinnabar #EC5423
Tints of Cinnabar #EC5423
RGB
CMYK
RGB Variations
Color information
#EC5423 (or 0xEC5423) is known color: Cinnabar. HEX triplet: EC, 54 and 23. RGB value is (236,84,35). Sum of RGB (Red+Green+Blue) = 236+84+35=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5423 is #13ABDC. Grayscale: #7C7C7C. Windows color (decimal): -1289181 or 2315500. OLE color: 2315500.
HSL color Cylindrical-coordinate representation of color #EC5423: hue angle of 14.63º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC5423 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 35 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.07 |
| HSL | 14.63º | 0.84% | 0.53% | - |
| HSV(B) | 14.63º | 0.85% | 0.93% | - |
| XYZ | 38.07 | 24.29 | 4.27 | - |
| YUV | 123.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 35 | 0 | 0.64 | 0.85 | 0.07 | 14.63 | 0.84 | 0.53 |
| Hex | EC | 54 | 23 | 0 | 40 | 55 | 7 | F | 54 | 35 |
| Octal | 354 | 124 | 43 | 0 | 100 | 125 | 7 | 17 | 124 | 65 |
| Binary | 11101100 | 1010100 | 100011 | 0 | 1000000 | 1010101 | 111 | 1111 | 1010100 | 110101 |
Color Harmonies of #EC5423
Complementary color
Monochromatic Colors of #EC5423
Black with #EC5423
Text Example
Text Example
White with #EC5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5423; }
p { color: rgb(236,84,35); }
H1.HeaderClassName
{
color: #EC5423;
}
.AnyTagClassName
{
color: #EC5423;
}
</style>
background-color css
<style>
a { background-color: #EC5423; }
a { background-color: rgb(236,84,35); }
div.DivClassName
{
background-color: #EC5423;
}
.BgClassName
{
background-color: #EC5423;
}
</style>
border-color css
<style>
span { border-color: #EC5423; }
span { border-color: rgb(236,84,35); }
td.TdClassName
{
border-color: #EC5423;
}
.TagClassName
{
border-color: #EC5423;
}
</style>