Shades of Alizarin #F1373B
Tints of Alizarin #F1373B
RGB
CMYK
RGB Variations
Color information
#F1373B (or 0xF1373B) is known color: Alizarin. HEX triplet: F1, 37 and 3B. RGB value is (241,55,59). Sum of RGB (Red+Green+Blue) = 241+55+59=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1373B is #0EC8C4. Grayscale: #6F6F6F. Windows color (decimal): -968901 or 3880945. OLE color: 3880945.
HSL color Cylindrical-coordinate representation of color #F1373B: hue angle of 358.71º 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 #F1373B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 59 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.05 |
| HSL | 358.71º | 0.87% | 0.58% | - |
| HSV(B) | 358.71º | 0.77% | 0.95% | - |
| XYZ | 38.43 | 21.75 | 6.31 | - |
| YUV | 111.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 59 | 0 | 0.77 | 0.76 | 0.05 | 358.71 | 0.87 | 0.58 |
| Hex | F1 | 37 | 3B | 0 | 4D | 4C | 5 | 167 | 57 | 3A |
| Octal | 361 | 67 | 73 | 0 | 115 | 114 | 5 | 547 | 127 | 72 |
| Binary | 11110001 | 110111 | 111011 | 0 | 1001101 | 1001100 | 101 | 101100111 | 1010111 | 111010 |
Color Harmonies of #F1373B
Complementary color
Monochromatic Colors of #F1373B
Black with #F1373B
Text Example
Text Example
White with #F1373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1373B; }
p { color: rgb(241,55,59); }
H1.HeaderClassName
{
color: #F1373B;
}
.AnyTagClassName
{
color: #F1373B;
}
</style>
background-color css
<style>
a { background-color: #F1373B; }
a { background-color: rgb(241,55,59); }
div.DivClassName
{
background-color: #F1373B;
}
.BgClassName
{
background-color: #F1373B;
}
</style>
border-color css
<style>
span { border-color: #F1373B; }
span { border-color: rgb(241,55,59); }
td.TdClassName
{
border-color: #F1373B;
}
.TagClassName
{
border-color: #F1373B;
}
</style>