Shades of Alizarin #F4313D
Tints of Alizarin #F4313D
RGB
CMYK
RGB Variations
Color information
#F4313D (or 0xF4313D) is known color: Alizarin. HEX triplet: F4, 31 and 3D. RGB value is (244,49,61). Sum of RGB (Red+Green+Blue) = 244+49+61=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4313D is #0BCEC2. Grayscale: #6C6C6C. Windows color (decimal): -773827 or 4010484. OLE color: 4010484.
HSL color Cylindrical-coordinate representation of color #F4313D: hue angle of 356.31º 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 #F4313D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 61 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.04 |
| HSL | 356.31º | 0.9% | 0.57% | - |
| HSV(B) | 356.31º | 0.8% | 0.96% | - |
| XYZ | 39.25 | 21.77 | 6.55 | - |
| YUV | 108.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 61 | 0 | 0.80 | 0.75 | 0.04 | 356.31 | 0.9 | 0.57 |
| Hex | F4 | 31 | 3D | 0 | 50 | 4B | 4 | 164 | 5A | 39 |
| Octal | 364 | 61 | 75 | 0 | 120 | 113 | 4 | 544 | 132 | 71 |
| Binary | 11110100 | 110001 | 111101 | 0 | 1010000 | 1001011 | 100 | 101100100 | 1011010 | 111001 |
Color Harmonies of #F4313D
Complementary color
Monochromatic Colors of #F4313D
Black with #F4313D
Text Example
Text Example
White with #F4313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4313D; }
p { color: rgb(244,49,61); }
H1.HeaderClassName
{
color: #F4313D;
}
.AnyTagClassName
{
color: #F4313D;
}
</style>
background-color css
<style>
a { background-color: #F4313D; }
a { background-color: rgb(244,49,61); }
div.DivClassName
{
background-color: #F4313D;
}
.BgClassName
{
background-color: #F4313D;
}
</style>
border-color css
<style>
span { border-color: #F4313D; }
span { border-color: rgb(244,49,61); }
td.TdClassName
{
border-color: #F4313D;
}
.TagClassName
{
border-color: #F4313D;
}
</style>