Shades of Alizarin #F12837
Tints of Alizarin #F12837
RGB
CMYK
RGB Variations
Color information
#F12837 (or 0xF12837) is known color: Alizarin. HEX triplet: F1, 28 and 37. RGB value is (241,40,55). Sum of RGB (Red+Green+Blue) = 241+40+55=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F12837 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12837 is #0ED7C8. Grayscale: #656565. Windows color (decimal): -972745 or 3614961. OLE color: 3614961.
HSL color Cylindrical-coordinate representation of color #F12837: hue angle of 355.52º 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 #F12837 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 55 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.05 |
| HSL | 355.52º | 0.88% | 0.55% | - |
| HSV(B) | 355.52º | 0.83% | 0.95% | - |
| XYZ | 37.72 | 20.49 | 5.58 | - |
| YUV | 101.81 | 101.59 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 55 | 0 | 0.83 | 0.77 | 0.05 | 355.52 | 0.88 | 0.55 |
| Hex | F1 | 28 | 37 | 0 | 53 | 4D | 5 | 164 | 58 | 37 |
| Octal | 361 | 50 | 67 | 0 | 123 | 115 | 5 | 544 | 130 | 67 |
| Binary | 11110001 | 101000 | 110111 | 0 | 1010011 | 1001101 | 101 | 101100100 | 1011000 | 110111 |
Color Harmonies of #F12837
Complementary color
Monochromatic Colors of #F12837
Black with #F12837
Text Example
Text Example
White with #F12837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12837; }
p { color: rgb(241,40,55); }
H1.HeaderClassName
{
color: #F12837;
}
.AnyTagClassName
{
color: #F12837;
}
</style>
background-color css
<style>
a { background-color: #F12837; }
a { background-color: rgb(241,40,55); }
div.DivClassName
{
background-color: #F12837;
}
.BgClassName
{
background-color: #F12837;
}
</style>
border-color css
<style>
span { border-color: #F12837; }
span { border-color: rgb(241,40,55); }
td.TdClassName
{
border-color: #F12837;
}
.TagClassName
{
border-color: #F12837;
}
</style>