Shades of Alizarin #F4292B
Tints of Alizarin #F4292B
RGB
CMYK
RGB Variations
Color information
#F4292B (or 0xF4292B) is known color: Alizarin. HEX triplet: F4, 29 and 2B. RGB value is (244,41,43). Sum of RGB (Red+Green+Blue) = 244+41+43=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F4292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4292B is #0BD6D4. Grayscale: #666666. Windows color (decimal): -775893 or 2828788. OLE color: 2828788.
HSL color Cylindrical-coordinate representation of color #F4292B: hue angle of 359.41º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4292B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.04 |
| HSL | 359.41º | 0.9% | 0.56% | - |
| HSV(B) | 359.41º | 0.83% | 0.96% | - |
| XYZ | 38.54 | 20.99 | 4.31 | - |
| YUV | 101.93 | 94.75 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 43 | 0 | 0.83 | 0.82 | 0.04 | 359.41 | 0.9 | 0.56 |
| Hex | F4 | 29 | 2B | 0 | 53 | 52 | 4 | 167 | 5A | 38 |
| Octal | 364 | 51 | 53 | 0 | 123 | 122 | 4 | 547 | 132 | 70 |
| Binary | 11110100 | 101001 | 101011 | 0 | 1010011 | 1010010 | 100 | 101100111 | 1011010 | 111000 |
Color Harmonies of #F4292B
Complementary color
Monochromatic Colors of #F4292B
Black with #F4292B
Text Example
Text Example
White with #F4292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4292B; }
p { color: rgb(244,41,43); }
H1.HeaderClassName
{
color: #F4292B;
}
.AnyTagClassName
{
color: #F4292B;
}
</style>
background-color css
<style>
a { background-color: #F4292B; }
a { background-color: rgb(244,41,43); }
div.DivClassName
{
background-color: #F4292B;
}
.BgClassName
{
background-color: #F4292B;
}
</style>
border-color css
<style>
span { border-color: #F4292B; }
span { border-color: rgb(244,41,43); }
td.TdClassName
{
border-color: #F4292B;
}
.TagClassName
{
border-color: #F4292B;
}
</style>