Shades of Alizarin #F12C3E
Tints of Alizarin #F12C3E
RGB
CMYK
RGB Variations
Color information
#F12C3E (or 0xF12C3E) is known color: Alizarin. HEX triplet: F1, 2C and 3E. RGB value is (241,44,62). Sum of RGB (Red+Green+Blue) = 241+44+62=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C3E is #0ED3C1. Grayscale: #696969. Windows color (decimal): -971714 or 4074737. OLE color: 4074737.
HSL color Cylindrical-coordinate representation of color #F12C3E: hue angle of 354.52º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C3E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 62 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.05 |
| HSL | 354.52º | 0.88% | 0.56% | - |
| HSV(B) | 354.52º | 0.82% | 0.95% | - |
| XYZ | 38.05 | 20.85 | 6.58 | - |
| YUV | 104.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 62 | 0 | 0.82 | 0.74 | 0.05 | 354.52 | 0.88 | 0.56 |
| Hex | F1 | 2C | 3E | 0 | 52 | 4A | 5 | 163 | 58 | 38 |
| Octal | 361 | 54 | 76 | 0 | 122 | 112 | 5 | 543 | 130 | 70 |
| Binary | 11110001 | 101100 | 111110 | 0 | 1010010 | 1001010 | 101 | 101100011 | 1011000 | 111000 |
Color Harmonies of #F12C3E
Complementary color
Monochromatic Colors of #F12C3E
Black with #F12C3E
Text Example
Text Example
White with #F12C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C3E; }
p { color: rgb(241,44,62); }
H1.HeaderClassName
{
color: #F12C3E;
}
.AnyTagClassName
{
color: #F12C3E;
}
</style>
background-color css
<style>
a { background-color: #F12C3E; }
a { background-color: rgb(241,44,62); }
div.DivClassName
{
background-color: #F12C3E;
}
.BgClassName
{
background-color: #F12C3E;
}
</style>
border-color css
<style>
span { border-color: #F12C3E; }
span { border-color: rgb(241,44,62); }
td.TdClassName
{
border-color: #F12C3E;
}
.TagClassName
{
border-color: #F12C3E;
}
</style>