Shades of Alizarin #F53139
Tints of Alizarin #F53139
RGB
CMYK
RGB Variations
Color information
#F53139 (or 0xF53139) is known color: Alizarin. HEX triplet: F5, 31 and 39. RGB value is (245,49,57). Sum of RGB (Red+Green+Blue) = 245+49+57=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53139 is #0ACEC6. Grayscale: #6C6C6C. Windows color (decimal): -708295 or 3748341. OLE color: 3748341.
HSL color Cylindrical-coordinate representation of color #F53139: hue angle of 357.55º 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 #F53139 is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 57 | - |
| CMYK | 0 | 0.8 | 0.77 | 0.04 |
| HSL | 357.55º | 0.91% | 0.58% | - |
| HSV(B) | 357.55º | 0.8% | 0.96% | - |
| XYZ | 39.49 | 21.9 | 6.02 | - |
| YUV | 108.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 57 | 0 | 0.8 | 0.77 | 0.04 | 357.55 | 0.91 | 0.58 |
| Hex | F5 | 31 | 39 | 0 | 50 | 4D | 4 | 166 | 5B | 3A |
| Octal | 365 | 61 | 71 | 0 | 120 | 115 | 4 | 546 | 133 | 72 |
| Binary | 11110101 | 110001 | 111001 | 0 | 1010000 | 1001101 | 100 | 101100110 | 1011011 | 111010 |
Color Harmonies of #F53139
Complementary color
Monochromatic Colors of #F53139
Black with #F53139
Text Example
Text Example
White with #F53139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53139; }
p { color: rgb(245,49,57); }
H1.HeaderClassName
{
color: #F53139;
}
.AnyTagClassName
{
color: #F53139;
}
</style>
background-color css
<style>
a { background-color: #F53139; }
a { background-color: rgb(245,49,57); }
div.DivClassName
{
background-color: #F53139;
}
.BgClassName
{
background-color: #F53139;
}
</style>
border-color css
<style>
span { border-color: #F53139; }
span { border-color: rgb(245,49,57); }
td.TdClassName
{
border-color: #F53139;
}
.TagClassName
{
border-color: #F53139;
}
</style>