Shades of Cinnabar #EC3223
Tints of Cinnabar #EC3223
RGB
CMYK
RGB Variations
Color information
#EC3223 (or 0xEC3223) is known color: Cinnabar. HEX triplet: EC, 32 and 23. RGB value is (236,50,35). Sum of RGB (Red+Green+Blue) = 236+50+35=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3223 is #13CDDC. Grayscale: #686868. Windows color (decimal): -1297885 or 2306796. OLE color: 2306796.
HSL color Cylindrical-coordinate representation of color #EC3223: hue angle of 4.48º 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 #EC3223 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 35 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.07 |
| HSL | 4.48º | 0.84% | 0.53% | - |
| HSV(B) | 4.48º | 0.85% | 0.93% | - |
| XYZ | 36.04 | 20.24 | 3.6 | - |
| YUV | 103.9 | 89.12 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 35 | 0 | 0.79 | 0.85 | 0.07 | 4.48 | 0.84 | 0.53 |
| Hex | EC | 32 | 23 | 0 | 4F | 55 | 7 | 4 | 54 | 35 |
| Octal | 354 | 62 | 43 | 0 | 117 | 125 | 7 | 4 | 124 | 65 |
| Binary | 11101100 | 110010 | 100011 | 0 | 1001111 | 1010101 | 111 | 100 | 1010100 | 110101 |
Color Harmonies of #EC3223
Complementary color
Monochromatic Colors of #EC3223
Black with #EC3223
Text Example
Text Example
White with #EC3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3223; }
p { color: rgb(236,50,35); }
H1.HeaderClassName
{
color: #EC3223;
}
.AnyTagClassName
{
color: #EC3223;
}
</style>
background-color css
<style>
a { background-color: #EC3223; }
a { background-color: rgb(236,50,35); }
div.DivClassName
{
background-color: #EC3223;
}
.BgClassName
{
background-color: #EC3223;
}
</style>
border-color css
<style>
span { border-color: #EC3223; }
span { border-color: rgb(236,50,35); }
td.TdClassName
{
border-color: #EC3223;
}
.TagClassName
{
border-color: #EC3223;
}
</style>