Shades of Alizarin #F53241
Tints of Alizarin #F53241
RGB
CMYK
RGB Variations
Color information
#F53241 (or 0xF53241) is known color: Alizarin. HEX triplet: F5, 32 and 41. RGB value is (245,50,65). Sum of RGB (Red+Green+Blue) = 245+50+65=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F53241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53241 is #0ACDBE. Grayscale: #6E6E6E. Windows color (decimal): -708031 or 4272885. OLE color: 4272885.
HSL color Cylindrical-coordinate representation of color #F53241: hue angle of 355.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53241 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 65 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.04 |
| HSL | 355.38º | 0.91% | 0.58% | - |
| HSV(B) | 355.38º | 0.8% | 0.96% | - |
| XYZ | 39.75 | 22.08 | 7.17 | - |
| YUV | 110.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 65 | 0 | 0.80 | 0.73 | 0.04 | 355.38 | 0.91 | 0.58 |
| Hex | F5 | 32 | 41 | 0 | 50 | 49 | 4 | 163 | 5B | 3A |
| Octal | 365 | 62 | 101 | 0 | 120 | 111 | 4 | 543 | 133 | 72 |
| Binary | 11110101 | 110010 | 1000001 | 0 | 1010000 | 1001001 | 100 | 101100011 | 1011011 | 111010 |
Color Harmonies of #F53241
Complementary color
Monochromatic Colors of #F53241
Black with #F53241
Text Example
Text Example
White with #F53241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53241; }
p { color: rgb(245,50,65); }
H1.HeaderClassName
{
color: #F53241;
}
.AnyTagClassName
{
color: #F53241;
}
</style>
background-color css
<style>
a { background-color: #F53241; }
a { background-color: rgb(245,50,65); }
div.DivClassName
{
background-color: #F53241;
}
.BgClassName
{
background-color: #F53241;
}
</style>
border-color css
<style>
span { border-color: #F53241; }
span { border-color: rgb(245,50,65); }
td.TdClassName
{
border-color: #F53241;
}
.TagClassName
{
border-color: #F53241;
}
</style>