Shades of Alizarin #F12133
Tints of Alizarin #F12133
RGB
CMYK
RGB Variations
Color information
#F12133 (or 0xF12133) is known color: Alizarin. HEX triplet: F1, 21 and 33. RGB value is (241,33,51). Sum of RGB (Red+Green+Blue) = 241+33+51=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F12133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12133 is #0EDECC. Grayscale: #616161. Windows color (decimal): -974541 or 3351025. OLE color: 3351025.
HSL color Cylindrical-coordinate representation of color #F12133: hue angle of 354.81º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12133 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 51 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.05 |
| HSL | 354.81º | 0.88% | 0.54% | - |
| HSV(B) | 354.81º | 0.86% | 0.95% | - |
| XYZ | 37.42 | 20.03 | 5.03 | - |
| YUV | 97.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 51 | 0 | 0.86 | 0.79 | 0.05 | 354.81 | 0.88 | 0.54 |
| Hex | F1 | 21 | 33 | 0 | 56 | 4F | 5 | 163 | 58 | 36 |
| Octal | 361 | 41 | 63 | 0 | 126 | 117 | 5 | 543 | 130 | 66 |
| Binary | 11110001 | 100001 | 110011 | 0 | 1010110 | 1001111 | 101 | 101100011 | 1011000 | 110110 |
Color Harmonies of #F12133
Complementary color
Monochromatic Colors of #F12133
Black with #F12133
Text Example
Text Example
White with #F12133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12133; }
p { color: rgb(241,33,51); }
H1.HeaderClassName
{
color: #F12133;
}
.AnyTagClassName
{
color: #F12133;
}
</style>
background-color css
<style>
a { background-color: #F12133; }
a { background-color: rgb(241,33,51); }
div.DivClassName
{
background-color: #F12133;
}
.BgClassName
{
background-color: #F12133;
}
</style>
border-color css
<style>
span { border-color: #F12133; }
span { border-color: rgb(241,33,51); }
td.TdClassName
{
border-color: #F12133;
}
.TagClassName
{
border-color: #F12133;
}
</style>