Shades of Alizarin #F12933
Tints of Alizarin #F12933
RGB
CMYK
RGB Variations
Color information
#F12933 (or 0xF12933) is known color: Alizarin. HEX triplet: F1, 29 and 33. RGB value is (241,41,51). Sum of RGB (Red+Green+Blue) = 241+41+51=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F12933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12933 is #0ED6CC. Grayscale: #666666. Windows color (decimal): -972493 or 3353073. OLE color: 3353073.
HSL color Cylindrical-coordinate representation of color #F12933: hue angle of 357º 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 #F12933 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 51 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.05 |
| HSL | 357º | 0.88% | 0.55% | - |
| HSV(B) | 357º | 0.83% | 0.95% | - |
| XYZ | 37.67 | 20.53 | 5.11 | - |
| YUV | 101.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 51 | 0 | 0.83 | 0.79 | 0.05 | 357 | 0.88 | 0.55 |
| Hex | F1 | 29 | 33 | 0 | 53 | 4F | 5 | 165 | 58 | 37 |
| Octal | 361 | 51 | 63 | 0 | 123 | 117 | 5 | 545 | 130 | 67 |
| Binary | 11110001 | 101001 | 110011 | 0 | 1010011 | 1001111 | 101 | 101100101 | 1011000 | 110111 |
Color Harmonies of #F12933
Complementary color
Monochromatic Colors of #F12933
Black with #F12933
Text Example
Text Example
White with #F12933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12933; }
p { color: rgb(241,41,51); }
H1.HeaderClassName
{
color: #F12933;
}
.AnyTagClassName
{
color: #F12933;
}
</style>
background-color css
<style>
a { background-color: #F12933; }
a { background-color: rgb(241,41,51); }
div.DivClassName
{
background-color: #F12933;
}
.BgClassName
{
background-color: #F12933;
}
</style>
border-color css
<style>
span { border-color: #F12933; }
span { border-color: rgb(241,41,51); }
td.TdClassName
{
border-color: #F12933;
}
.TagClassName
{
border-color: #F12933;
}
</style>