Shades of Alizarin #F11F34
Tints of Alizarin #F11F34
RGB
CMYK
RGB Variations
Color information
#F11F34 (or 0xF11F34) is known color: Alizarin. HEX triplet: F1, 1F and 34. RGB value is (241,31,52). Sum of RGB (Red+Green+Blue) = 241+31+52=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F34 is #0EE0CB. Grayscale: #606060. Windows color (decimal): -975052 or 3416049. OLE color: 3416049.
HSL color Cylindrical-coordinate representation of color #F11F34: hue angle of 354º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11F34 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 52 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.05 |
| HSL | 354º | 0.88% | 0.53% | - |
| HSV(B) | 354º | 0.87% | 0.95% | - |
| XYZ | 37.39 | 19.93 | 5.12 | - |
| YUV | 96.18 | 103.07 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 52 | 0 | 0.87 | 0.78 | 0.05 | 354 | 0.88 | 0.53 |
| Hex | F1 | 1F | 34 | 0 | 57 | 4E | 5 | 162 | 58 | 35 |
| Octal | 361 | 37 | 64 | 0 | 127 | 116 | 5 | 542 | 130 | 65 |
| Binary | 11110001 | 11111 | 110100 | 0 | 1010111 | 1001110 | 101 | 101100010 | 1011000 | 110101 |
Color Harmonies of #F11F34
Complementary color
Monochromatic Colors of #F11F34
Black with #F11F34
Text Example
Text Example
White with #F11F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F34; }
p { color: rgb(241,31,52); }
H1.HeaderClassName
{
color: #F11F34;
}
.AnyTagClassName
{
color: #F11F34;
}
</style>
background-color css
<style>
a { background-color: #F11F34; }
a { background-color: rgb(241,31,52); }
div.DivClassName
{
background-color: #F11F34;
}
.BgClassName
{
background-color: #F11F34;
}
</style>
border-color css
<style>
span { border-color: #F11F34; }
span { border-color: rgb(241,31,52); }
td.TdClassName
{
border-color: #F11F34;
}
.TagClassName
{
border-color: #F11F34;
}
</style>