Shades of Alizarin #F42136
Tints of Alizarin #F42136
RGB
CMYK
RGB Variations
Color information
#F42136 (or 0xF42136) is known color: Alizarin. HEX triplet: F4, 21 and 36. RGB value is (244,33,54). Sum of RGB (Red+Green+Blue) = 244+33+54=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F42136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42136 is #0BDEC9. Grayscale: #626262. Windows color (decimal): -777930 or 3547636. OLE color: 3547636.
HSL color Cylindrical-coordinate representation of color #F42136: hue angle of 354.03º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42136 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 54 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.04 |
| HSL | 354.03º | 0.91% | 0.54% | - |
| HSV(B) | 354.03º | 0.86% | 0.96% | - |
| XYZ | 38.52 | 20.59 | 5.43 | - |
| YUV | 98.48 | 102.9 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 54 | 0 | 0.86 | 0.78 | 0.04 | 354.03 | 0.91 | 0.54 |
| Hex | F4 | 21 | 36 | 0 | 56 | 4E | 4 | 162 | 5B | 36 |
| Octal | 364 | 41 | 66 | 0 | 126 | 116 | 4 | 542 | 133 | 66 |
| Binary | 11110100 | 100001 | 110110 | 0 | 1010110 | 1001110 | 100 | 101100010 | 1011011 | 110110 |
Color Harmonies of #F42136
Complementary color
Monochromatic Colors of #F42136
Black with #F42136
Text Example
Text Example
White with #F42136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42136; }
p { color: rgb(244,33,54); }
H1.HeaderClassName
{
color: #F42136;
}
.AnyTagClassName
{
color: #F42136;
}
</style>
background-color css
<style>
a { background-color: #F42136; }
a { background-color: rgb(244,33,54); }
div.DivClassName
{
background-color: #F42136;
}
.BgClassName
{
background-color: #F42136;
}
</style>
border-color css
<style>
span { border-color: #F42136; }
span { border-color: rgb(244,33,54); }
td.TdClassName
{
border-color: #F42136;
}
.TagClassName
{
border-color: #F42136;
}
</style>