Shades of Alizarin #F12533
Tints of Alizarin #F12533
RGB
CMYK
RGB Variations
Color information
#F12533 (or 0xF12533) is known color: Alizarin. HEX triplet: F1, 25 and 33. RGB value is (241,37,51). Sum of RGB (Red+Green+Blue) = 241+37+51=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F12533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12533 is #0EDACC. Grayscale: #636363. Windows color (decimal): -973517 or 3352049. OLE color: 3352049.
HSL color Cylindrical-coordinate representation of color #F12533: hue angle of 355.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12533 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 51 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.05 |
| HSL | 355.88º | 0.88% | 0.55% | - |
| HSV(B) | 355.88º | 0.85% | 0.95% | - |
| XYZ | 37.53 | 20.26 | 5.06 | - |
| YUV | 99.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 51 | 0 | 0.85 | 0.79 | 0.05 | 355.88 | 0.88 | 0.55 |
| Hex | F1 | 25 | 33 | 0 | 55 | 4F | 5 | 164 | 58 | 37 |
| Octal | 361 | 45 | 63 | 0 | 125 | 117 | 5 | 544 | 130 | 67 |
| Binary | 11110001 | 100101 | 110011 | 0 | 1010101 | 1001111 | 101 | 101100100 | 1011000 | 110111 |
Color Harmonies of #F12533
Complementary color
Monochromatic Colors of #F12533
Black with #F12533
Text Example
Text Example
White with #F12533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12533; }
p { color: rgb(241,37,51); }
H1.HeaderClassName
{
color: #F12533;
}
.AnyTagClassName
{
color: #F12533;
}
</style>
background-color css
<style>
a { background-color: #F12533; }
a { background-color: rgb(241,37,51); }
div.DivClassName
{
background-color: #F12533;
}
.BgClassName
{
background-color: #F12533;
}
</style>
border-color css
<style>
span { border-color: #F12533; }
span { border-color: rgb(241,37,51); }
td.TdClassName
{
border-color: #F12533;
}
.TagClassName
{
border-color: #F12533;
}
</style>