Shades of Alizarin #F4292F
Tints of Alizarin #F4292F
RGB
CMYK
RGB Variations
Color information
#F4292F (or 0xF4292F) is known color: Alizarin. HEX triplet: F4, 29 and 2F. RGB value is (244,41,47). Sum of RGB (Red+Green+Blue) = 244+41+47=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F4292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4292F is #0BD6D0. Grayscale: #666666. Windows color (decimal): -775889 or 3090932. OLE color: 3090932.
HSL color Cylindrical-coordinate representation of color #F4292F: hue angle of 358.23º 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 #F4292F is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 47 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.04 |
| HSL | 358.23º | 0.9% | 0.56% | - |
| HSV(B) | 358.23º | 0.83% | 0.96% | - |
| XYZ | 38.61 | 21.02 | 4.71 | - |
| YUV | 102.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 47 | 0 | 0.83 | 0.81 | 0.04 | 358.23 | 0.9 | 0.56 |
| Hex | F4 | 29 | 2F | 0 | 53 | 51 | 4 | 166 | 5A | 38 |
| Octal | 364 | 51 | 57 | 0 | 123 | 121 | 4 | 546 | 132 | 70 |
| Binary | 11110100 | 101001 | 101111 | 0 | 1010011 | 1010001 | 100 | 101100110 | 1011010 | 111000 |
Color Harmonies of #F4292F
Complementary color
Monochromatic Colors of #F4292F
Black with #F4292F
Text Example
Text Example
White with #F4292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4292F; }
p { color: rgb(244,41,47); }
H1.HeaderClassName
{
color: #F4292F;
}
.AnyTagClassName
{
color: #F4292F;
}
</style>
background-color css
<style>
a { background-color: #F4292F; }
a { background-color: rgb(244,41,47); }
div.DivClassName
{
background-color: #F4292F;
}
.BgClassName
{
background-color: #F4292F;
}
</style>
border-color css
<style>
span { border-color: #F4292F; }
span { border-color: rgb(244,41,47); }
td.TdClassName
{
border-color: #F4292F;
}
.TagClassName
{
border-color: #F4292F;
}
</style>