Shades of Alizarin #EC232F
Tints of Alizarin #EC232F
RGB
CMYK
RGB Variations
Color information
#EC232F (or 0xEC232F) is known color: Alizarin. HEX triplet: EC, 23 and 2F. RGB value is (236,35,47). Sum of RGB (Red+Green+Blue) = 236+35+47=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC232F is #13DCD0. Grayscale: #606060. Windows color (decimal): -1301713 or 3089388. OLE color: 3089388.
HSL color Cylindrical-coordinate representation of color #EC232F: hue angle of 356.42º 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 #EC232F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.07 |
| HSL | 356.42º | 0.84% | 0.53% | - |
| HSV(B) | 356.42º | 0.85% | 0.93% | - |
| XYZ | 35.71 | 19.24 | 4.52 | - |
| YUV | 96.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 47 | 0 | 0.85 | 0.80 | 0.07 | 356.42 | 0.84 | 0.53 |
| Hex | EC | 23 | 2F | 0 | 55 | 50 | 7 | 164 | 54 | 35 |
| Octal | 354 | 43 | 57 | 0 | 125 | 120 | 7 | 544 | 124 | 65 |
| Binary | 11101100 | 100011 | 101111 | 0 | 1010101 | 1010000 | 111 | 101100100 | 1010100 | 110101 |
Color Harmonies of #EC232F
Complementary color
Monochromatic Colors of #EC232F
Black with #EC232F
Text Example
Text Example
White with #EC232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC232F; }
p { color: rgb(236,35,47); }
H1.HeaderClassName
{
color: #EC232F;
}
.AnyTagClassName
{
color: #EC232F;
}
</style>
background-color css
<style>
a { background-color: #EC232F; }
a { background-color: rgb(236,35,47); }
div.DivClassName
{
background-color: #EC232F;
}
.BgClassName
{
background-color: #EC232F;
}
</style>
border-color css
<style>
span { border-color: #EC232F; }
span { border-color: rgb(236,35,47); }
td.TdClassName
{
border-color: #EC232F;
}
.TagClassName
{
border-color: #EC232F;
}
</style>