Shades of Alizarin #F72F32
Tints of Alizarin #F72F32
RGB
CMYK
RGB Variations
Color information
#F72F32 (or 0xF72F32) is known color: Alizarin. HEX triplet: F7, 2F and 32. RGB value is (247,47,50). Sum of RGB (Red+Green+Blue) = 247+47+50=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72F32 is #08D0CD. Grayscale: #6B6B6B. Windows color (decimal): -577742 or 3289079. OLE color: 3289079.
HSL color Cylindrical-coordinate representation of color #F72F32: hue angle of 359.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72F32 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 50 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.03 |
| HSL | 359.1º | 0.93% | 0.58% | - |
| HSV(B) | 359.1º | 0.81% | 0.97% | - |
| XYZ | 39.95 | 22.04 | 5.17 | - |
| YUV | 107.14 | 95.76 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 50 | 0 | 0.81 | 0.80 | 0.03 | 359.1 | 0.93 | 0.58 |
| Hex | F7 | 2F | 32 | 0 | 51 | 50 | 3 | 167 | 5D | 3A |
| Octal | 367 | 57 | 62 | 0 | 121 | 120 | 3 | 547 | 135 | 72 |
| Binary | 11110111 | 101111 | 110010 | 0 | 1010001 | 1010000 | 11 | 101100111 | 1011101 | 111010 |
Color Harmonies of #F72F32
Complementary color
Monochromatic Colors of #F72F32
Black with #F72F32
Text Example
Text Example
White with #F72F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F32; }
p { color: rgb(247,47,50); }
H1.HeaderClassName
{
color: #F72F32;
}
.AnyTagClassName
{
color: #F72F32;
}
</style>
background-color css
<style>
a { background-color: #F72F32; }
a { background-color: rgb(247,47,50); }
div.DivClassName
{
background-color: #F72F32;
}
.BgClassName
{
background-color: #F72F32;
}
</style>
border-color css
<style>
span { border-color: #F72F32; }
span { border-color: rgb(247,47,50); }
td.TdClassName
{
border-color: #F72F32;
}
.TagClassName
{
border-color: #F72F32;
}
</style>