Shades of Alizarin #F12435
Tints of Alizarin #F12435
RGB
CMYK
RGB Variations
Color information
#F12435 (or 0xF12435) is known color: Alizarin. HEX triplet: F1, 24 and 35. RGB value is (241,36,53). Sum of RGB (Red+Green+Blue) = 241+36+53=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F12435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12435 is #0EDBCA. Grayscale: #636363. Windows color (decimal): -973771 or 3482865. OLE color: 3482865.
HSL color Cylindrical-coordinate representation of color #F12435: hue angle of 355.02º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12435 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 53 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.05 |
| HSL | 355.02º | 0.88% | 0.54% | - |
| HSV(B) | 355.02º | 0.85% | 0.95% | - |
| XYZ | 37.55 | 20.22 | 5.29 | - |
| YUV | 99.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 53 | 0 | 0.85 | 0.78 | 0.05 | 355.02 | 0.88 | 0.54 |
| Hex | F1 | 24 | 35 | 0 | 55 | 4E | 5 | 163 | 58 | 36 |
| Octal | 361 | 44 | 65 | 0 | 125 | 116 | 5 | 543 | 130 | 66 |
| Binary | 11110001 | 100100 | 110101 | 0 | 1010101 | 1001110 | 101 | 101100011 | 1011000 | 110110 |
Color Harmonies of #F12435
Complementary color
Monochromatic Colors of #F12435
Black with #F12435
Text Example
Text Example
White with #F12435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12435; }
p { color: rgb(241,36,53); }
H1.HeaderClassName
{
color: #F12435;
}
.AnyTagClassName
{
color: #F12435;
}
</style>
background-color css
<style>
a { background-color: #F12435; }
a { background-color: rgb(241,36,53); }
div.DivClassName
{
background-color: #F12435;
}
.BgClassName
{
background-color: #F12435;
}
</style>
border-color css
<style>
span { border-color: #F12435; }
span { border-color: rgb(241,36,53); }
td.TdClassName
{
border-color: #F12435;
}
.TagClassName
{
border-color: #F12435;
}
</style>