Shades of Alizarin #F12835
Tints of Alizarin #F12835
RGB
CMYK
RGB Variations
Color information
#F12835 (or 0xF12835) is known color: Alizarin. HEX triplet: F1, 28 and 35. RGB value is (241,40,53). Sum of RGB (Red+Green+Blue) = 241+40+53=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F12835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12835 is #0ED7CA. Grayscale: #656565. Windows color (decimal): -972747 or 3483889. OLE color: 3483889.
HSL color Cylindrical-coordinate representation of color #F12835: hue angle of 356.12º 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 #F12835 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 53 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.05 |
| HSL | 356.12º | 0.88% | 0.55% | - |
| HSV(B) | 356.12º | 0.83% | 0.95% | - |
| XYZ | 37.68 | 20.48 | 5.33 | - |
| YUV | 101.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 53 | 0 | 0.83 | 0.78 | 0.05 | 356.12 | 0.88 | 0.55 |
| Hex | F1 | 28 | 35 | 0 | 53 | 4E | 5 | 164 | 58 | 37 |
| Octal | 361 | 50 | 65 | 0 | 123 | 116 | 5 | 544 | 130 | 67 |
| Binary | 11110001 | 101000 | 110101 | 0 | 1010011 | 1001110 | 101 | 101100100 | 1011000 | 110111 |
Color Harmonies of #F12835
Complementary color
Monochromatic Colors of #F12835
Black with #F12835
Text Example
Text Example
White with #F12835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12835; }
p { color: rgb(241,40,53); }
H1.HeaderClassName
{
color: #F12835;
}
.AnyTagClassName
{
color: #F12835;
}
</style>
background-color css
<style>
a { background-color: #F12835; }
a { background-color: rgb(241,40,53); }
div.DivClassName
{
background-color: #F12835;
}
.BgClassName
{
background-color: #F12835;
}
</style>
border-color css
<style>
span { border-color: #F12835; }
span { border-color: rgb(241,40,53); }
td.TdClassName
{
border-color: #F12835;
}
.TagClassName
{
border-color: #F12835;
}
</style>