Shades of Cinnabar #EC3423
Tints of Cinnabar #EC3423
RGB
CMYK
RGB Variations
Color information
#EC3423 (or 0xEC3423) is known color: Cinnabar. HEX triplet: EC, 34 and 23. RGB value is (236,52,35). Sum of RGB (Red+Green+Blue) = 236+52+35=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3423 is #13CBDC. Grayscale: #696969. Windows color (decimal): -1297373 or 2307308. OLE color: 2307308.
HSL color Cylindrical-coordinate representation of color #EC3423: hue angle of 5.07º 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 #EC3423 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 35 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.07 |
| HSL | 5.07º | 0.84% | 0.53% | - |
| HSV(B) | 5.07º | 0.85% | 0.93% | - |
| XYZ | 36.12 | 20.41 | 3.63 | - |
| YUV | 105.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 35 | 0 | 0.78 | 0.85 | 0.07 | 5.07 | 0.84 | 0.53 |
| Hex | EC | 34 | 23 | 0 | 4E | 55 | 7 | 5 | 54 | 35 |
| Octal | 354 | 64 | 43 | 0 | 116 | 125 | 7 | 5 | 124 | 65 |
| Binary | 11101100 | 110100 | 100011 | 0 | 1001110 | 1010101 | 111 | 101 | 1010100 | 110101 |
Color Harmonies of #EC3423
Complementary color
Monochromatic Colors of #EC3423
Black with #EC3423
Text Example
Text Example
White with #EC3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3423; }
p { color: rgb(236,52,35); }
H1.HeaderClassName
{
color: #EC3423;
}
.AnyTagClassName
{
color: #EC3423;
}
</style>
background-color css
<style>
a { background-color: #EC3423; }
a { background-color: rgb(236,52,35); }
div.DivClassName
{
background-color: #EC3423;
}
.BgClassName
{
background-color: #EC3423;
}
</style>
border-color css
<style>
span { border-color: #EC3423; }
span { border-color: rgb(236,52,35); }
td.TdClassName
{
border-color: #EC3423;
}
.TagClassName
{
border-color: #EC3423;
}
</style>