Shades of Alizarin #F51E23
Tints of Alizarin #F51E23
RGB
CMYK
RGB Variations
Color information
#F51E23 (or 0xF51E23) is known color: Alizarin. HEX triplet: F5, 1E and 23. RGB value is (245,30,35). Sum of RGB (Red+Green+Blue) = 245+30+35=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E23 is #0AE1DC. Grayscale: #5F5F5F. Windows color (decimal): -713181 or 2301685. OLE color: 2301685.
HSL color Cylindrical-coordinate representation of color #F51E23: hue angle of 358.6º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E23 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 35 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.04 |
| HSL | 358.6º | 0.91% | 0.54% | - |
| HSV(B) | 358.6º | 0.88% | 0.96% | - |
| XYZ | 38.42 | 20.46 | 3.51 | - |
| YUV | 94.86 | 94.23 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 35 | 0 | 0.88 | 0.86 | 0.04 | 358.6 | 0.91 | 0.54 |
| Hex | F5 | 1E | 23 | 0 | 58 | 56 | 4 | 167 | 5B | 36 |
| Octal | 365 | 36 | 43 | 0 | 130 | 126 | 4 | 547 | 133 | 66 |
| Binary | 11110101 | 11110 | 100011 | 0 | 1011000 | 1010110 | 100 | 101100111 | 1011011 | 110110 |
Color Harmonies of #F51E23
Complementary color
Monochromatic Colors of #F51E23
Black with #F51E23
Text Example
Text Example
White with #F51E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E23; }
p { color: rgb(245,30,35); }
H1.HeaderClassName
{
color: #F51E23;
}
.AnyTagClassName
{
color: #F51E23;
}
</style>
background-color css
<style>
a { background-color: #F51E23; }
a { background-color: rgb(245,30,35); }
div.DivClassName
{
background-color: #F51E23;
}
.BgClassName
{
background-color: #F51E23;
}
</style>
border-color css
<style>
span { border-color: #F51E23; }
span { border-color: rgb(245,30,35); }
td.TdClassName
{
border-color: #F51E23;
}
.TagClassName
{
border-color: #F51E23;
}
</style>