Shades of Alizarin #F12939
Tints of Alizarin #F12939
RGB
CMYK
RGB Variations
Color information
#F12939 (or 0xF12939) is known color: Alizarin. HEX triplet: F1, 29 and 39. RGB value is (241,41,57). Sum of RGB (Red+Green+Blue) = 241+41+57=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F12939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12939 is #0ED6C6. Grayscale: #666666. Windows color (decimal): -972487 or 3746289. OLE color: 3746289.
HSL color Cylindrical-coordinate representation of color #F12939: hue angle of 355.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12939 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 57 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.05 |
| HSL | 355.2º | 0.88% | 0.55% | - |
| HSV(B) | 355.2º | 0.83% | 0.95% | - |
| XYZ | 37.81 | 20.58 | 5.85 | - |
| YUV | 102.62 | 102.26 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 57 | 0 | 0.83 | 0.76 | 0.05 | 355.2 | 0.88 | 0.55 |
| Hex | F1 | 29 | 39 | 0 | 53 | 4C | 5 | 163 | 58 | 37 |
| Octal | 361 | 51 | 71 | 0 | 123 | 114 | 5 | 543 | 130 | 67 |
| Binary | 11110001 | 101001 | 111001 | 0 | 1010011 | 1001100 | 101 | 101100011 | 1011000 | 110111 |
Color Harmonies of #F12939
Complementary color
Monochromatic Colors of #F12939
Black with #F12939
Text Example
Text Example
White with #F12939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12939; }
p { color: rgb(241,41,57); }
H1.HeaderClassName
{
color: #F12939;
}
.AnyTagClassName
{
color: #F12939;
}
</style>
background-color css
<style>
a { background-color: #F12939; }
a { background-color: rgb(241,41,57); }
div.DivClassName
{
background-color: #F12939;
}
.BgClassName
{
background-color: #F12939;
}
</style>
border-color css
<style>
span { border-color: #F12939; }
span { border-color: rgb(241,41,57); }
td.TdClassName
{
border-color: #F12939;
}
.TagClassName
{
border-color: #F12939;
}
</style>