Shades of Cinnabar #EC4B23
Tints of Cinnabar #EC4B23
RGB
CMYK
RGB Variations
Color information
#EC4B23 (or 0xEC4B23) is known color: Cinnabar. HEX triplet: EC, 4B and 23. RGB value is (236,75,35). Sum of RGB (Red+Green+Blue) = 236+75+35=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B23 is #13B4DC. Grayscale: #767676. Windows color (decimal): -1291485 or 2313196. OLE color: 2313196.
HSL color Cylindrical-coordinate representation of color #EC4B23: hue angle of 11.94º 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 #EC4B23 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 35 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.07 |
| HSL | 11.94º | 0.84% | 0.53% | - |
| HSV(B) | 11.94º | 0.85% | 0.93% | - |
| XYZ | 37.41 | 22.99 | 4.06 | - |
| YUV | 118.58 | 80.84 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 35 | 0 | 0.68 | 0.85 | 0.07 | 11.94 | 0.84 | 0.53 |
| Hex | EC | 4B | 23 | 0 | 44 | 55 | 7 | C | 54 | 35 |
| Octal | 354 | 113 | 43 | 0 | 104 | 125 | 7 | 14 | 124 | 65 |
| Binary | 11101100 | 1001011 | 100011 | 0 | 1000100 | 1010101 | 111 | 1100 | 1010100 | 110101 |
Color Harmonies of #EC4B23
Complementary color
Monochromatic Colors of #EC4B23
Black with #EC4B23
Text Example
Text Example
White with #EC4B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B23; }
p { color: rgb(236,75,35); }
H1.HeaderClassName
{
color: #EC4B23;
}
.AnyTagClassName
{
color: #EC4B23;
}
</style>
background-color css
<style>
a { background-color: #EC4B23; }
a { background-color: rgb(236,75,35); }
div.DivClassName
{
background-color: #EC4B23;
}
.BgClassName
{
background-color: #EC4B23;
}
</style>
border-color css
<style>
span { border-color: #EC4B23; }
span { border-color: rgb(236,75,35); }
td.TdClassName
{
border-color: #EC4B23;
}
.TagClassName
{
border-color: #EC4B23;
}
</style>