Shades of Alizarin #F12C31
Tints of Alizarin #F12C31
RGB
CMYK
RGB Variations
Color information
#F12C31 (or 0xF12C31) is known color: Alizarin. HEX triplet: F1, 2C and 31. RGB value is (241,44,49). Sum of RGB (Red+Green+Blue) = 241+44+49=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C31 is #0ED3CE. Grayscale: #676767. Windows color (decimal): -971727 or 3222769. OLE color: 3222769.
HSL color Cylindrical-coordinate representation of color #F12C31: hue angle of 358.48º 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 #F12C31 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 49 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.05 |
| HSL | 358.48º | 0.88% | 0.56% | - |
| HSV(B) | 358.48º | 0.82% | 0.95% | - |
| XYZ | 37.73 | 20.72 | 4.92 | - |
| YUV | 103.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 49 | 0 | 0.82 | 0.80 | 0.05 | 358.48 | 0.88 | 0.56 |
| Hex | F1 | 2C | 31 | 0 | 52 | 50 | 5 | 166 | 58 | 38 |
| Octal | 361 | 54 | 61 | 0 | 122 | 120 | 5 | 546 | 130 | 70 |
| Binary | 11110001 | 101100 | 110001 | 0 | 1010010 | 1010000 | 101 | 101100110 | 1011000 | 111000 |
Color Harmonies of #F12C31
Complementary color
Monochromatic Colors of #F12C31
Black with #F12C31
Text Example
Text Example
White with #F12C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C31; }
p { color: rgb(241,44,49); }
H1.HeaderClassName
{
color: #F12C31;
}
.AnyTagClassName
{
color: #F12C31;
}
</style>
background-color css
<style>
a { background-color: #F12C31; }
a { background-color: rgb(241,44,49); }
div.DivClassName
{
background-color: #F12C31;
}
.BgClassName
{
background-color: #F12C31;
}
</style>
border-color css
<style>
span { border-color: #F12C31; }
span { border-color: rgb(241,44,49); }
td.TdClassName
{
border-color: #F12C31;
}
.TagClassName
{
border-color: #F12C31;
}
</style>