Shades of Alizarin #F5212F
Tints of Alizarin #F5212F
RGB
CMYK
RGB Variations
Color information
#F5212F (or 0xF5212F) is known color: Alizarin. HEX triplet: F5, 21 and 2F. RGB value is (245,33,47). Sum of RGB (Red+Green+Blue) = 245+33+47=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5212F is #0ADED0. Grayscale: #626262. Windows color (decimal): -712401 or 3088885. OLE color: 3088885.
HSL color Cylindrical-coordinate representation of color #F5212F: hue angle of 356.04º 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 #F5212F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 47 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.04 |
| HSL | 356.04º | 0.91% | 0.55% | - |
| HSV(B) | 356.04º | 0.87% | 0.96% | - |
| XYZ | 38.71 | 20.71 | 4.65 | - |
| YUV | 97.98 | 99.24 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 47 | 0 | 0.87 | 0.81 | 0.04 | 356.04 | 0.91 | 0.55 |
| Hex | F5 | 21 | 2F | 0 | 57 | 51 | 4 | 164 | 5B | 37 |
| Octal | 365 | 41 | 57 | 0 | 127 | 121 | 4 | 544 | 133 | 67 |
| Binary | 11110101 | 100001 | 101111 | 0 | 1010111 | 1010001 | 100 | 101100100 | 1011011 | 110111 |
Color Harmonies of #F5212F
Complementary color
Monochromatic Colors of #F5212F
Black with #F5212F
Text Example
Text Example
White with #F5212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5212F; }
p { color: rgb(245,33,47); }
H1.HeaderClassName
{
color: #F5212F;
}
.AnyTagClassName
{
color: #F5212F;
}
</style>
background-color css
<style>
a { background-color: #F5212F; }
a { background-color: rgb(245,33,47); }
div.DivClassName
{
background-color: #F5212F;
}
.BgClassName
{
background-color: #F5212F;
}
</style>
border-color css
<style>
span { border-color: #F5212F; }
span { border-color: rgb(245,33,47); }
td.TdClassName
{
border-color: #F5212F;
}
.TagClassName
{
border-color: #F5212F;
}
</style>