Shades of Alizarin #F52939
Tints of Alizarin #F52939
RGB
CMYK
RGB Variations
Color information
#F52939 (or 0xF52939) is known color: Alizarin. HEX triplet: F5, 29 and 39. RGB value is (245,41,57). Sum of RGB (Red+Green+Blue) = 245+41+57=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F52939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52939 is #0AD6C6. Grayscale: #676767. Windows color (decimal): -710343 or 3746293. OLE color: 3746293.
HSL color Cylindrical-coordinate representation of color #F52939: hue angle of 355.29º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52939 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 57 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.04 |
| HSL | 355.29º | 0.91% | 0.56% | - |
| HSV(B) | 355.29º | 0.83% | 0.96% | - |
| XYZ | 39.19 | 21.29 | 5.92 | - |
| YUV | 103.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 57 | 0 | 0.83 | 0.77 | 0.04 | 355.29 | 0.91 | 0.56 |
| Hex | F5 | 29 | 39 | 0 | 53 | 4D | 4 | 163 | 5B | 38 |
| Octal | 365 | 51 | 71 | 0 | 123 | 115 | 4 | 543 | 133 | 70 |
| Binary | 11110101 | 101001 | 111001 | 0 | 1010011 | 1001101 | 100 | 101100011 | 1011011 | 111000 |
Color Harmonies of #F52939
Complementary color
Monochromatic Colors of #F52939
Black with #F52939
Text Example
Text Example
White with #F52939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52939; }
p { color: rgb(245,41,57); }
H1.HeaderClassName
{
color: #F52939;
}
.AnyTagClassName
{
color: #F52939;
}
</style>
background-color css
<style>
a { background-color: #F52939; }
a { background-color: rgb(245,41,57); }
div.DivClassName
{
background-color: #F52939;
}
.BgClassName
{
background-color: #F52939;
}
</style>
border-color css
<style>
span { border-color: #F52939; }
span { border-color: rgb(245,41,57); }
td.TdClassName
{
border-color: #F52939;
}
.TagClassName
{
border-color: #F52939;
}
</style>