Shades of Alizarin #F4313F
Tints of Alizarin #F4313F
RGB
CMYK
RGB Variations
Color information
#F4313F (or 0xF4313F) is known color: Alizarin. HEX triplet: F4, 31 and 3F. RGB value is (244,49,63). Sum of RGB (Red+Green+Blue) = 244+49+63=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4313F is #0BCEC0. Grayscale: #6D6D6D. Windows color (decimal): -773825 or 4141556. OLE color: 4141556.
HSL color Cylindrical-coordinate representation of color #F4313F: hue angle of 355.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4313F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 63 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.04 |
| HSL | 355.69º | 0.9% | 0.57% | - |
| HSV(B) | 355.69º | 0.8% | 0.96% | - |
| XYZ | 39.3 | 21.79 | 6.84 | - |
| YUV | 108.9 | 102.1 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 63 | 0 | 0.80 | 0.74 | 0.04 | 355.69 | 0.9 | 0.57 |
| Hex | F4 | 31 | 3F | 0 | 50 | 4A | 4 | 164 | 5A | 39 |
| Octal | 364 | 61 | 77 | 0 | 120 | 112 | 4 | 544 | 132 | 71 |
| Binary | 11110100 | 110001 | 111111 | 0 | 1010000 | 1001010 | 100 | 101100100 | 1011010 | 111001 |
Color Harmonies of #F4313F
Complementary color
Monochromatic Colors of #F4313F
Black with #F4313F
Text Example
Text Example
White with #F4313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4313F; }
p { color: rgb(244,49,63); }
H1.HeaderClassName
{
color: #F4313F;
}
.AnyTagClassName
{
color: #F4313F;
}
</style>
background-color css
<style>
a { background-color: #F4313F; }
a { background-color: rgb(244,49,63); }
div.DivClassName
{
background-color: #F4313F;
}
.BgClassName
{
background-color: #F4313F;
}
</style>
border-color css
<style>
span { border-color: #F4313F; }
span { border-color: rgb(244,49,63); }
td.TdClassName
{
border-color: #F4313F;
}
.TagClassName
{
border-color: #F4313F;
}
</style>