Shades of Alizarin #F12D2F
Tints of Alizarin #F12D2F
RGB
CMYK
RGB Variations
Color information
#F12D2F (or 0xF12D2F) is known color: Alizarin. HEX triplet: F1, 2D and 2F. RGB value is (241,45,47). Sum of RGB (Red+Green+Blue) = 241+45+47=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D2F is #0ED2D0. Grayscale: #686868. Windows color (decimal): -971473 or 3091953. OLE color: 3091953.
HSL color Cylindrical-coordinate representation of color #F12D2F: hue angle of 359.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12D2F is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 47 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.05 |
| HSL | 359.39º | 0.88% | 0.56% | - |
| HSV(B) | 359.39º | 0.81% | 0.95% | - |
| XYZ | 37.73 | 20.78 | 4.71 | - |
| YUV | 103.83 | 95.93 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 47 | 0 | 0.81 | 0.80 | 0.05 | 359.39 | 0.88 | 0.56 |
| Hex | F1 | 2D | 2F | 0 | 51 | 50 | 5 | 167 | 58 | 38 |
| Octal | 361 | 55 | 57 | 0 | 121 | 120 | 5 | 547 | 130 | 70 |
| Binary | 11110001 | 101101 | 101111 | 0 | 1010001 | 1010000 | 101 | 101100111 | 1011000 | 111000 |
Color Harmonies of #F12D2F
Complementary color
Monochromatic Colors of #F12D2F
Black with #F12D2F
Text Example
Text Example
White with #F12D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D2F; }
p { color: rgb(241,45,47); }
H1.HeaderClassName
{
color: #F12D2F;
}
.AnyTagClassName
{
color: #F12D2F;
}
</style>
background-color css
<style>
a { background-color: #F12D2F; }
a { background-color: rgb(241,45,47); }
div.DivClassName
{
background-color: #F12D2F;
}
.BgClassName
{
background-color: #F12D2F;
}
</style>
border-color css
<style>
span { border-color: #F12D2F; }
span { border-color: rgb(241,45,47); }
td.TdClassName
{
border-color: #F12D2F;
}
.TagClassName
{
border-color: #F12D2F;
}
</style>