Shades of Alizarin #F12D3C
Tints of Alizarin #F12D3C
RGB
CMYK
RGB Variations
Color information
#F12D3C (or 0xF12D3C) is known color: Alizarin. HEX triplet: F1, 2D and 3C. RGB value is (241,45,60). Sum of RGB (Red+Green+Blue) = 241+45+60=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D3C is #0ED2C3. Grayscale: #696969. Windows color (decimal): -971460 or 3943921. OLE color: 3943921.
HSL color Cylindrical-coordinate representation of color #F12D3C: hue angle of 355.41º 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 #F12D3C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 60 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.05 |
| HSL | 355.41º | 0.88% | 0.56% | - |
| HSV(B) | 355.41º | 0.81% | 0.95% | - |
| XYZ | 38.03 | 20.9 | 6.31 | - |
| YUV | 105.31 | 102.43 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 60 | 0 | 0.81 | 0.75 | 0.05 | 355.41 | 0.88 | 0.56 |
| Hex | F1 | 2D | 3C | 0 | 51 | 4B | 5 | 163 | 58 | 38 |
| Octal | 361 | 55 | 74 | 0 | 121 | 113 | 5 | 543 | 130 | 70 |
| Binary | 11110001 | 101101 | 111100 | 0 | 1010001 | 1001011 | 101 | 101100011 | 1011000 | 111000 |
Color Harmonies of #F12D3C
Complementary color
Monochromatic Colors of #F12D3C
Black with #F12D3C
Text Example
Text Example
White with #F12D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D3C; }
p { color: rgb(241,45,60); }
H1.HeaderClassName
{
color: #F12D3C;
}
.AnyTagClassName
{
color: #F12D3C;
}
</style>
background-color css
<style>
a { background-color: #F12D3C; }
a { background-color: rgb(241,45,60); }
div.DivClassName
{
background-color: #F12D3C;
}
.BgClassName
{
background-color: #F12D3C;
}
</style>
border-color css
<style>
span { border-color: #F12D3C; }
span { border-color: rgb(241,45,60); }
td.TdClassName
{
border-color: #F12D3C;
}
.TagClassName
{
border-color: #F12D3C;
}
</style>