Shades of Alizarin #F42426
Tints of Alizarin #F42426
RGB
CMYK
RGB Variations
Color information
#F42426 (or 0xF42426) is known color: Alizarin. HEX triplet: F4, 24 and 26. RGB value is (244,36,38). Sum of RGB (Red+Green+Blue) = 244+36+38=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F42426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42426 is #0BDBD9. Grayscale: #626262. Windows color (decimal): -777178 or 2499828. OLE color: 2499828.
HSL color Cylindrical-coordinate representation of color #F42426: hue angle of 359.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42426 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 38 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.04 |
| HSL | 359.42º | 0.9% | 0.55% | - |
| HSV(B) | 359.42º | 0.85% | 0.96% | - |
| XYZ | 38.29 | 20.63 | 3.8 | - |
| YUV | 98.42 | 93.91 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 38 | 0 | 0.85 | 0.84 | 0.04 | 359.42 | 0.9 | 0.55 |
| Hex | F4 | 24 | 26 | 0 | 55 | 54 | 4 | 167 | 5A | 37 |
| Octal | 364 | 44 | 46 | 0 | 125 | 124 | 4 | 547 | 132 | 67 |
| Binary | 11110100 | 100100 | 100110 | 0 | 1010101 | 1010100 | 100 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F42426
Complementary color
Monochromatic Colors of #F42426
Black with #F42426
Text Example
Text Example
White with #F42426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42426; }
p { color: rgb(244,36,38); }
H1.HeaderClassName
{
color: #F42426;
}
.AnyTagClassName
{
color: #F42426;
}
</style>
background-color css
<style>
a { background-color: #F42426; }
a { background-color: rgb(244,36,38); }
div.DivClassName
{
background-color: #F42426;
}
.BgClassName
{
background-color: #F42426;
}
</style>
border-color css
<style>
span { border-color: #F42426; }
span { border-color: rgb(244,36,38); }
td.TdClassName
{
border-color: #F42426;
}
.TagClassName
{
border-color: #F42426;
}
</style>