Shades of Alizarin #F52D2F
Tints of Alizarin #F52D2F
RGB
CMYK
RGB Variations
Color information
#F52D2F (or 0xF52D2F) is known color: Alizarin. HEX triplet: F5, 2D and 2F. RGB value is (245,45,47). Sum of RGB (Red+Green+Blue) = 245+45+47=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D2F is #0AD2D0. Grayscale: #696969. Windows color (decimal): -709329 or 3091957. OLE color: 3091957.
HSL color Cylindrical-coordinate representation of color #F52D2F: hue angle of 359.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52D2F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 47 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.04 |
| HSL | 359.4º | 0.91% | 0.57% | - |
| HSV(B) | 359.4º | 0.82% | 0.96% | - |
| XYZ | 39.11 | 21.49 | 4.78 | - |
| YUV | 105.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 47 | 0 | 0.82 | 0.81 | 0.04 | 359.4 | 0.91 | 0.57 |
| Hex | F5 | 2D | 2F | 0 | 52 | 51 | 4 | 167 | 5B | 39 |
| Octal | 365 | 55 | 57 | 0 | 122 | 121 | 4 | 547 | 133 | 71 |
| Binary | 11110101 | 101101 | 101111 | 0 | 1010010 | 1010001 | 100 | 101100111 | 1011011 | 111001 |
Color Harmonies of #F52D2F
Complementary color
Monochromatic Colors of #F52D2F
Black with #F52D2F
Text Example
Text Example
White with #F52D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D2F; }
p { color: rgb(245,45,47); }
H1.HeaderClassName
{
color: #F52D2F;
}
.AnyTagClassName
{
color: #F52D2F;
}
</style>
background-color css
<style>
a { background-color: #F52D2F; }
a { background-color: rgb(245,45,47); }
div.DivClassName
{
background-color: #F52D2F;
}
.BgClassName
{
background-color: #F52D2F;
}
</style>
border-color css
<style>
span { border-color: #F52D2F; }
span { border-color: rgb(245,45,47); }
td.TdClassName
{
border-color: #F52D2F;
}
.TagClassName
{
border-color: #F52D2F;
}
</style>