Shades of Cinnabar #EC3A23
Tints of Cinnabar #EC3A23
RGB
CMYK
RGB Variations
Color information
#EC3A23 (or 0xEC3A23) is known color: Cinnabar. HEX triplet: EC, 3A and 23. RGB value is (236,58,35). Sum of RGB (Red+Green+Blue) = 236+58+35=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A23 is #13C5DC. Grayscale: #6C6C6C. Windows color (decimal): -1295837 or 2308844. OLE color: 2308844.
HSL color Cylindrical-coordinate representation of color #EC3A23: hue angle of 6.87º 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 #EC3A23 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 35 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.07 |
| HSL | 6.87º | 0.84% | 0.53% | - |
| HSV(B) | 6.87º | 0.85% | 0.93% | - |
| XYZ | 36.41 | 20.98 | 3.72 | - |
| YUV | 108.6 | 86.47 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 35 | 0 | 0.75 | 0.85 | 0.07 | 6.87 | 0.84 | 0.53 |
| Hex | EC | 3A | 23 | 0 | 4B | 55 | 7 | 7 | 54 | 35 |
| Octal | 354 | 72 | 43 | 0 | 113 | 125 | 7 | 7 | 124 | 65 |
| Binary | 11101100 | 111010 | 100011 | 0 | 1001011 | 1010101 | 111 | 111 | 1010100 | 110101 |
Color Harmonies of #EC3A23
Complementary color
Monochromatic Colors of #EC3A23
Black with #EC3A23
Text Example
Text Example
White with #EC3A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A23; }
p { color: rgb(236,58,35); }
H1.HeaderClassName
{
color: #EC3A23;
}
.AnyTagClassName
{
color: #EC3A23;
}
</style>
background-color css
<style>
a { background-color: #EC3A23; }
a { background-color: rgb(236,58,35); }
div.DivClassName
{
background-color: #EC3A23;
}
.BgClassName
{
background-color: #EC3A23;
}
</style>
border-color css
<style>
span { border-color: #EC3A23; }
span { border-color: rgb(236,58,35); }
td.TdClassName
{
border-color: #EC3A23;
}
.TagClassName
{
border-color: #EC3A23;
}
</style>