Shades of Alizarin #F52131
Tints of Alizarin #F52131
RGB
CMYK
RGB Variations
Color information
#F52131 (or 0xF52131) is known color: Alizarin. HEX triplet: F5, 21 and 31. RGB value is (245,33,49). Sum of RGB (Red+Green+Blue) = 245+33+49=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F52131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52131 is #0ADECE. Grayscale: #626262. Windows color (decimal): -712399 or 3219957. OLE color: 3219957.
HSL color Cylindrical-coordinate representation of color #F52131: hue angle of 355.47º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52131 is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 49 | - |
| CMYK | 0 | 0.87 | 0.8 | 0.04 |
| HSL | 355.47º | 0.91% | 0.55% | - |
| HSV(B) | 355.47º | 0.87% | 0.96% | - |
| XYZ | 38.75 | 20.72 | 4.86 | - |
| YUV | 98.21 | 100.24 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 49 | 0 | 0.87 | 0.8 | 0.04 | 355.47 | 0.91 | 0.55 |
| Hex | F5 | 21 | 31 | 0 | 57 | 50 | 4 | 163 | 5B | 37 |
| Octal | 365 | 41 | 61 | 0 | 127 | 120 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100001 | 110001 | 0 | 1010111 | 1010000 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52131
Complementary color
Monochromatic Colors of #F52131
Black with #F52131
Text Example
Text Example
White with #F52131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52131; }
p { color: rgb(245,33,49); }
H1.HeaderClassName
{
color: #F52131;
}
.AnyTagClassName
{
color: #F52131;
}
</style>
background-color css
<style>
a { background-color: #F52131; }
a { background-color: rgb(245,33,49); }
div.DivClassName
{
background-color: #F52131;
}
.BgClassName
{
background-color: #F52131;
}
</style>
border-color css
<style>
span { border-color: #F52131; }
span { border-color: rgb(245,33,49); }
td.TdClassName
{
border-color: #F52131;
}
.TagClassName
{
border-color: #F52131;
}
</style>