Shades of Alizarin #F12936
Tints of Alizarin #F12936
RGB
CMYK
RGB Variations
Color information
#F12936 (or 0xF12936) is known color: Alizarin. HEX triplet: F1, 29 and 36. RGB value is (241,41,54). Sum of RGB (Red+Green+Blue) = 241+41+54=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F12936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12936 is #0ED6C9. Grayscale: #666666. Windows color (decimal): -972490 or 3549681. OLE color: 3549681.
HSL color Cylindrical-coordinate representation of color #F12936: hue angle of 356.1º 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 #F12936 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 54 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.05 |
| HSL | 356.1º | 0.88% | 0.55% | - |
| HSV(B) | 356.1º | 0.83% | 0.95% | - |
| XYZ | 37.73 | 20.55 | 5.47 | - |
| YUV | 102.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 54 | 0 | 0.83 | 0.78 | 0.05 | 356.1 | 0.88 | 0.55 |
| Hex | F1 | 29 | 36 | 0 | 53 | 4E | 5 | 164 | 58 | 37 |
| Octal | 361 | 51 | 66 | 0 | 123 | 116 | 5 | 544 | 130 | 67 |
| Binary | 11110001 | 101001 | 110110 | 0 | 1010011 | 1001110 | 101 | 101100100 | 1011000 | 110111 |
Color Harmonies of #F12936
Complementary color
Monochromatic Colors of #F12936
Black with #F12936
Text Example
Text Example
White with #F12936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12936; }
p { color: rgb(241,41,54); }
H1.HeaderClassName
{
color: #F12936;
}
.AnyTagClassName
{
color: #F12936;
}
</style>
background-color css
<style>
a { background-color: #F12936; }
a { background-color: rgb(241,41,54); }
div.DivClassName
{
background-color: #F12936;
}
.BgClassName
{
background-color: #F12936;
}
</style>
border-color css
<style>
span { border-color: #F12936; }
span { border-color: rgb(241,41,54); }
td.TdClassName
{
border-color: #F12936;
}
.TagClassName
{
border-color: #F12936;
}
</style>