Shades of Alizarin #F4313A
Tints of Alizarin #F4313A
RGB
CMYK
RGB Variations
Color information
#F4313A (or 0xF4313A) is known color: Alizarin. HEX triplet: F4, 31 and 3A. RGB value is (244,49,58). Sum of RGB (Red+Green+Blue) = 244+49+58=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F4313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4313A is #0BCEC5. Grayscale: #6C6C6C. Windows color (decimal): -773830 or 3813876. OLE color: 3813876.
HSL color Cylindrical-coordinate representation of color #F4313A: hue angle of 357.23º 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 #F4313A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 58 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.04 |
| HSL | 357.23º | 0.9% | 0.57% | - |
| HSV(B) | 357.23º | 0.8% | 0.96% | - |
| XYZ | 39.17 | 21.74 | 6.13 | - |
| YUV | 108.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 58 | 0 | 0.80 | 0.76 | 0.04 | 357.23 | 0.9 | 0.57 |
| Hex | F4 | 31 | 3A | 0 | 50 | 4C | 4 | 165 | 5A | 39 |
| Octal | 364 | 61 | 72 | 0 | 120 | 114 | 4 | 545 | 132 | 71 |
| Binary | 11110100 | 110001 | 111010 | 0 | 1010000 | 1001100 | 100 | 101100101 | 1011010 | 111001 |
Color Harmonies of #F4313A
Complementary color
Monochromatic Colors of #F4313A
Black with #F4313A
Text Example
Text Example
White with #F4313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4313A; }
p { color: rgb(244,49,58); }
H1.HeaderClassName
{
color: #F4313A;
}
.AnyTagClassName
{
color: #F4313A;
}
</style>
background-color css
<style>
a { background-color: #F4313A; }
a { background-color: rgb(244,49,58); }
div.DivClassName
{
background-color: #F4313A;
}
.BgClassName
{
background-color: #F4313A;
}
</style>
border-color css
<style>
span { border-color: #F4313A; }
span { border-color: rgb(244,49,58); }
td.TdClassName
{
border-color: #F4313A;
}
.TagClassName
{
border-color: #F4313A;
}
</style>