Shades of Alizarin #F1313A
Tints of Alizarin #F1313A
RGB
CMYK
RGB Variations
Color information
#F1313A (or 0xF1313A) is known color: Alizarin. HEX triplet: F1, 31 and 3A. RGB value is (241,49,58). Sum of RGB (Red+Green+Blue) = 241+49+58=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F1313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1313A is #0ECEC5. Grayscale: #6B6B6B. Windows color (decimal): -970438 or 3813873. OLE color: 3813873.
HSL color Cylindrical-coordinate representation of color #F1313A: hue angle of 357.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1313A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 58 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.05 |
| HSL | 357.19º | 0.87% | 0.57% | - |
| HSV(B) | 357.19º | 0.8% | 0.95% | - |
| XYZ | 38.14 | 21.2 | 6.09 | - |
| YUV | 107.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 58 | 0 | 0.80 | 0.76 | 0.05 | 357.19 | 0.87 | 0.57 |
| Hex | F1 | 31 | 3A | 0 | 50 | 4C | 5 | 165 | 57 | 39 |
| Octal | 361 | 61 | 72 | 0 | 120 | 114 | 5 | 545 | 127 | 71 |
| Binary | 11110001 | 110001 | 111010 | 0 | 1010000 | 1001100 | 101 | 101100101 | 1010111 | 111001 |
Color Harmonies of #F1313A
Complementary color
Monochromatic Colors of #F1313A
Black with #F1313A
Text Example
Text Example
White with #F1313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1313A; }
p { color: rgb(241,49,58); }
H1.HeaderClassName
{
color: #F1313A;
}
.AnyTagClassName
{
color: #F1313A;
}
</style>
background-color css
<style>
a { background-color: #F1313A; }
a { background-color: rgb(241,49,58); }
div.DivClassName
{
background-color: #F1313A;
}
.BgClassName
{
background-color: #F1313A;
}
</style>
border-color css
<style>
span { border-color: #F1313A; }
span { border-color: rgb(241,49,58); }
td.TdClassName
{
border-color: #F1313A;
}
.TagClassName
{
border-color: #F1313A;
}
</style>