Shades of Alizarin #F12731
Tints of Alizarin #F12731
RGB
CMYK
RGB Variations
Color information
#F12731 (or 0xF12731) is known color: Alizarin. HEX triplet: F1, 27 and 31. RGB value is (241,39,49). Sum of RGB (Red+Green+Blue) = 241+39+49=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F12731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12731 is #0ED8CE. Grayscale: #646464. Windows color (decimal): -973007 or 3221489. OLE color: 3221489.
HSL color Cylindrical-coordinate representation of color #F12731: hue angle of 357.03º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12731 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 49 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.05 |
| HSL | 357.03º | 0.88% | 0.55% | - |
| HSV(B) | 357.03º | 0.84% | 0.95% | - |
| XYZ | 37.56 | 20.37 | 4.86 | - |
| YUV | 100.54 | 98.92 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 49 | 0 | 0.84 | 0.80 | 0.05 | 357.03 | 0.88 | 0.55 |
| Hex | F1 | 27 | 31 | 0 | 54 | 50 | 5 | 165 | 58 | 37 |
| Octal | 361 | 47 | 61 | 0 | 124 | 120 | 5 | 545 | 130 | 67 |
| Binary | 11110001 | 100111 | 110001 | 0 | 1010100 | 1010000 | 101 | 101100101 | 1011000 | 110111 |
Color Harmonies of #F12731
Complementary color
Monochromatic Colors of #F12731
Black with #F12731
Text Example
Text Example
White with #F12731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12731; }
p { color: rgb(241,39,49); }
H1.HeaderClassName
{
color: #F12731;
}
.AnyTagClassName
{
color: #F12731;
}
</style>
background-color css
<style>
a { background-color: #F12731; }
a { background-color: rgb(241,39,49); }
div.DivClassName
{
background-color: #F12731;
}
.BgClassName
{
background-color: #F12731;
}
</style>
border-color css
<style>
span { border-color: #F12731; }
span { border-color: rgb(241,39,49); }
td.TdClassName
{
border-color: #F12731;
}
.TagClassName
{
border-color: #F12731;
}
</style>