Shades of Alizarin #F52125
Tints of Alizarin #F52125
RGB
CMYK
RGB Variations
Color information
#F52125 (or 0xF52125) is known color: Alizarin. HEX triplet: F5, 21 and 25. RGB value is (245,33,37). Sum of RGB (Red+Green+Blue) = 245+33+37=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F52125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52125 is #0ADEDA. Grayscale: #616161. Windows color (decimal): -712411 or 2433525. OLE color: 2433525.
HSL color Cylindrical-coordinate representation of color #F52125: hue angle of 358.87º 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 #F52125 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 37 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.04 |
| HSL | 358.87º | 0.91% | 0.55% | - |
| HSV(B) | 358.87º | 0.87% | 0.96% | - |
| XYZ | 38.53 | 20.63 | 3.7 | - |
| YUV | 96.84 | 94.24 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 37 | 0 | 0.87 | 0.85 | 0.04 | 358.87 | 0.91 | 0.55 |
| Hex | F5 | 21 | 25 | 0 | 57 | 55 | 4 | 167 | 5B | 37 |
| Octal | 365 | 41 | 45 | 0 | 127 | 125 | 4 | 547 | 133 | 67 |
| Binary | 11110101 | 100001 | 100101 | 0 | 1010111 | 1010101 | 100 | 101100111 | 1011011 | 110111 |
Color Harmonies of #F52125
Complementary color
Monochromatic Colors of #F52125
Black with #F52125
Text Example
Text Example
White with #F52125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52125; }
p { color: rgb(245,33,37); }
H1.HeaderClassName
{
color: #F52125;
}
.AnyTagClassName
{
color: #F52125;
}
</style>
background-color css
<style>
a { background-color: #F52125; }
a { background-color: rgb(245,33,37); }
div.DivClassName
{
background-color: #F52125;
}
.BgClassName
{
background-color: #F52125;
}
</style>
border-color css
<style>
span { border-color: #F52125; }
span { border-color: rgb(245,33,37); }
td.TdClassName
{
border-color: #F52125;
}
.TagClassName
{
border-color: #F52125;
}
</style>