Shades of Alizarin #F5222F
Tints of Alizarin #F5222F
RGB
CMYK
RGB Variations
Color information
#F5222F (or 0xF5222F) is known color: Alizarin. HEX triplet: F5, 22 and 2F. RGB value is (245,34,47). Sum of RGB (Red+Green+Blue) = 245+34+47=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5222F is #0ADDD0. Grayscale: #626262. Windows color (decimal): -712145 or 3089141. OLE color: 3089141.
HSL color Cylindrical-coordinate representation of color #F5222F: hue angle of 356.3º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5222F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.04 |
| HSL | 356.3º | 0.91% | 0.55% | - |
| HSV(B) | 356.3º | 0.86% | 0.96% | - |
| XYZ | 38.74 | 20.76 | 4.65 | - |
| YUV | 98.57 | 98.9 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 47 | 0 | 0.86 | 0.81 | 0.04 | 356.3 | 0.91 | 0.55 |
| Hex | F5 | 22 | 2F | 0 | 56 | 51 | 4 | 164 | 5B | 37 |
| Octal | 365 | 42 | 57 | 0 | 126 | 121 | 4 | 544 | 133 | 67 |
| Binary | 11110101 | 100010 | 101111 | 0 | 1010110 | 1010001 | 100 | 101100100 | 1011011 | 110111 |
Color Harmonies of #F5222F
Complementary color
Monochromatic Colors of #F5222F
Black with #F5222F
Text Example
Text Example
White with #F5222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5222F; }
p { color: rgb(245,34,47); }
H1.HeaderClassName
{
color: #F5222F;
}
.AnyTagClassName
{
color: #F5222F;
}
</style>
background-color css
<style>
a { background-color: #F5222F; }
a { background-color: rgb(245,34,47); }
div.DivClassName
{
background-color: #F5222F;
}
.BgClassName
{
background-color: #F5222F;
}
</style>
border-color css
<style>
span { border-color: #F5222F; }
span { border-color: rgb(245,34,47); }
td.TdClassName
{
border-color: #F5222F;
}
.TagClassName
{
border-color: #F5222F;
}
</style>