Shades of Alizarin #F72C31
Tints of Alizarin #F72C31
RGB
CMYK
RGB Variations
Color information
#F72C31 (or 0xF72C31) is known color: Alizarin. HEX triplet: F7, 2C and 31. RGB value is (247,44,49). Sum of RGB (Red+Green+Blue) = 247+44+49=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C31 is #08D3CE. Grayscale: #696969. Windows color (decimal): -578511 or 3222775. OLE color: 3222775.
HSL color Cylindrical-coordinate representation of color #F72C31: hue angle of 358.52º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72C31 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 49 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.03 |
| HSL | 358.52º | 0.93% | 0.57% | - |
| HSV(B) | 358.52º | 0.82% | 0.97% | - |
| XYZ | 39.81 | 21.8 | 5.01 | - |
| YUV | 105.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 49 | 0 | 0.82 | 0.80 | 0.03 | 358.52 | 0.93 | 0.57 |
| Hex | F7 | 2C | 31 | 0 | 52 | 50 | 3 | 167 | 5D | 39 |
| Octal | 367 | 54 | 61 | 0 | 122 | 120 | 3 | 547 | 135 | 71 |
| Binary | 11110111 | 101100 | 110001 | 0 | 1010010 | 1010000 | 11 | 101100111 | 1011101 | 111001 |
Color Harmonies of #F72C31
Complementary color
Monochromatic Colors of #F72C31
Black with #F72C31
Text Example
Text Example
White with #F72C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C31; }
p { color: rgb(247,44,49); }
H1.HeaderClassName
{
color: #F72C31;
}
.AnyTagClassName
{
color: #F72C31;
}
</style>
background-color css
<style>
a { background-color: #F72C31; }
a { background-color: rgb(247,44,49); }
div.DivClassName
{
background-color: #F72C31;
}
.BgClassName
{
background-color: #F72C31;
}
</style>
border-color css
<style>
span { border-color: #F72C31; }
span { border-color: rgb(247,44,49); }
td.TdClassName
{
border-color: #F72C31;
}
.TagClassName
{
border-color: #F72C31;
}
</style>