Shades of Alizarin #F42225
Tints of Alizarin #F42225
RGB
CMYK
RGB Variations
Color information
#F42225 (or 0xF42225) is known color: Alizarin. HEX triplet: F4, 22 and 25. RGB value is (244,34,37). Sum of RGB (Red+Green+Blue) = 244+34+37=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F42225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42225 is #0BDDDA. Grayscale: #616161. Windows color (decimal): -777691 or 2433780. OLE color: 2433780.
HSL color Cylindrical-coordinate representation of color #F42225: hue angle of 359.14º 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 #F42225 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 37 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.04 |
| HSL | 359.14º | 0.91% | 0.55% | - |
| HSV(B) | 359.14º | 0.86% | 0.96% | - |
| XYZ | 38.21 | 20.51 | 3.7 | - |
| YUV | 97.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 37 | 0 | 0.86 | 0.85 | 0.04 | 359.14 | 0.91 | 0.55 |
| Hex | F4 | 22 | 25 | 0 | 56 | 55 | 4 | 167 | 5B | 37 |
| Octal | 364 | 42 | 45 | 0 | 126 | 125 | 4 | 547 | 133 | 67 |
| Binary | 11110100 | 100010 | 100101 | 0 | 1010110 | 1010101 | 100 | 101100111 | 1011011 | 110111 |
Color Harmonies of #F42225
Complementary color
Monochromatic Colors of #F42225
Black with #F42225
Text Example
Text Example
White with #F42225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42225; }
p { color: rgb(244,34,37); }
H1.HeaderClassName
{
color: #F42225;
}
.AnyTagClassName
{
color: #F42225;
}
</style>
background-color css
<style>
a { background-color: #F42225; }
a { background-color: rgb(244,34,37); }
div.DivClassName
{
background-color: #F42225;
}
.BgClassName
{
background-color: #F42225;
}
</style>
border-color css
<style>
span { border-color: #F42225; }
span { border-color: rgb(244,34,37); }
td.TdClassName
{
border-color: #F42225;
}
.TagClassName
{
border-color: #F42225;
}
</style>