Shades of Alizarin #F12034
Tints of Alizarin #F12034
RGB
CMYK
RGB Variations
Color information
#F12034 (or 0xF12034) is known color: Alizarin. HEX triplet: F1, 20 and 34. RGB value is (241,32,52). Sum of RGB (Red+Green+Blue) = 241+32+52=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F12034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12034 is #0EDFCB. Grayscale: #606060. Windows color (decimal): -974796 or 3416305. OLE color: 3416305.
HSL color Cylindrical-coordinate representation of color #F12034: hue angle of 354.26º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12034 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 52 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.05 |
| HSL | 354.26º | 0.88% | 0.54% | - |
| HSV(B) | 354.26º | 0.87% | 0.95% | - |
| XYZ | 37.41 | 19.98 | 5.13 | - |
| YUV | 96.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 52 | 0 | 0.87 | 0.78 | 0.05 | 354.26 | 0.88 | 0.54 |
| Hex | F1 | 20 | 34 | 0 | 57 | 4E | 5 | 162 | 58 | 36 |
| Octal | 361 | 40 | 64 | 0 | 127 | 116 | 5 | 542 | 130 | 66 |
| Binary | 11110001 | 100000 | 110100 | 0 | 1010111 | 1001110 | 101 | 101100010 | 1011000 | 110110 |
Color Harmonies of #F12034
Complementary color
Monochromatic Colors of #F12034
Black with #F12034
Text Example
Text Example
White with #F12034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12034; }
p { color: rgb(241,32,52); }
H1.HeaderClassName
{
color: #F12034;
}
.AnyTagClassName
{
color: #F12034;
}
</style>
background-color css
<style>
a { background-color: #F12034; }
a { background-color: rgb(241,32,52); }
div.DivClassName
{
background-color: #F12034;
}
.BgClassName
{
background-color: #F12034;
}
</style>
border-color css
<style>
span { border-color: #F12034; }
span { border-color: rgb(241,32,52); }
td.TdClassName
{
border-color: #F12034;
}
.TagClassName
{
border-color: #F12034;
}
</style>