Shades of Alizarin #F1373F
Tints of Alizarin #F1373F
RGB
CMYK
RGB Variations
Color information
#F1373F (or 0xF1373F) is known color: Alizarin. HEX triplet: F1, 37 and 3F. RGB value is (241,55,63). Sum of RGB (Red+Green+Blue) = 241+55+63=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F1373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1373F is #0EC8C0. Grayscale: #6F6F6F. Windows color (decimal): -968897 or 4143089. OLE color: 4143089.
HSL color Cylindrical-coordinate representation of color #F1373F: hue angle of 357.42º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1373F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.05 |
| HSL | 357.42º | 0.87% | 0.58% | - |
| HSV(B) | 357.42º | 0.77% | 0.95% | - |
| XYZ | 38.54 | 21.79 | 6.88 | - |
| YUV | 111.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 63 | 0 | 0.77 | 0.74 | 0.05 | 357.42 | 0.87 | 0.58 |
| Hex | F1 | 37 | 3F | 0 | 4D | 4A | 5 | 165 | 57 | 3A |
| Octal | 361 | 67 | 77 | 0 | 115 | 112 | 5 | 545 | 127 | 72 |
| Binary | 11110001 | 110111 | 111111 | 0 | 1001101 | 1001010 | 101 | 101100101 | 1010111 | 111010 |
Color Harmonies of #F1373F
Complementary color
Monochromatic Colors of #F1373F
Black with #F1373F
Text Example
Text Example
White with #F1373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1373F; }
p { color: rgb(241,55,63); }
H1.HeaderClassName
{
color: #F1373F;
}
.AnyTagClassName
{
color: #F1373F;
}
</style>
background-color css
<style>
a { background-color: #F1373F; }
a { background-color: rgb(241,55,63); }
div.DivClassName
{
background-color: #F1373F;
}
.BgClassName
{
background-color: #F1373F;
}
</style>
border-color css
<style>
span { border-color: #F1373F; }
span { border-color: rgb(241,55,63); }
td.TdClassName
{
border-color: #F1373F;
}
.TagClassName
{
border-color: #F1373F;
}
</style>