Shades of Alizarin #F42125
Tints of Alizarin #F42125
RGB
CMYK
RGB Variations
Color information
#F42125 (or 0xF42125) is known color: Alizarin. HEX triplet: F4, 21 and 25. RGB value is (244,33,37). Sum of RGB (Red+Green+Blue) = 244+33+37=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F42125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42125 is #0BDEDA. Grayscale: #606060. Windows color (decimal): -777947 or 2433524. OLE color: 2433524.
HSL color Cylindrical-coordinate representation of color #F42125: hue angle of 358.86º 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 #F42125 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 37 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.04 |
| HSL | 358.86º | 0.91% | 0.54% | - |
| HSV(B) | 358.86º | 0.86% | 0.96% | - |
| XYZ | 38.19 | 20.45 | 3.69 | - |
| YUV | 96.55 | 94.4 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 37 | 0 | 0.86 | 0.85 | 0.04 | 358.86 | 0.91 | 0.54 |
| Hex | F4 | 21 | 25 | 0 | 56 | 55 | 4 | 167 | 5B | 36 |
| Octal | 364 | 41 | 45 | 0 | 126 | 125 | 4 | 547 | 133 | 66 |
| Binary | 11110100 | 100001 | 100101 | 0 | 1010110 | 1010101 | 100 | 101100111 | 1011011 | 110110 |
Color Harmonies of #F42125
Complementary color
Monochromatic Colors of #F42125
Black with #F42125
Text Example
Text Example
White with #F42125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42125; }
p { color: rgb(244,33,37); }
H1.HeaderClassName
{
color: #F42125;
}
.AnyTagClassName
{
color: #F42125;
}
</style>
background-color css
<style>
a { background-color: #F42125; }
a { background-color: rgb(244,33,37); }
div.DivClassName
{
background-color: #F42125;
}
.BgClassName
{
background-color: #F42125;
}
</style>
border-color css
<style>
span { border-color: #F42125; }
span { border-color: rgb(244,33,37); }
td.TdClassName
{
border-color: #F42125;
}
.TagClassName
{
border-color: #F42125;
}
</style>