Shades of Alizarin #F72D32
Tints of Alizarin #F72D32
RGB
CMYK
RGB Variations
Color information
#F72D32 (or 0xF72D32) is known color: Alizarin. HEX triplet: F7, 2D and 32. RGB value is (247,45,50). Sum of RGB (Red+Green+Blue) = 247+45+50=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D32 is #08D2CD. Grayscale: #6A6A6A. Windows color (decimal): -578254 or 3288567. OLE color: 3288567.
HSL color Cylindrical-coordinate representation of color #F72D32: hue angle of 358.51º 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 #F72D32 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 50 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.03 |
| HSL | 358.51º | 0.93% | 0.57% | - |
| HSV(B) | 358.51º | 0.82% | 0.97% | - |
| XYZ | 39.87 | 21.88 | 5.14 | - |
| YUV | 105.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 50 | 0 | 0.82 | 0.80 | 0.03 | 358.51 | 0.93 | 0.57 |
| Hex | F7 | 2D | 32 | 0 | 52 | 50 | 3 | 167 | 5D | 39 |
| Octal | 367 | 55 | 62 | 0 | 122 | 120 | 3 | 547 | 135 | 71 |
| Binary | 11110111 | 101101 | 110010 | 0 | 1010010 | 1010000 | 11 | 101100111 | 1011101 | 111001 |
Color Harmonies of #F72D32
Complementary color
Monochromatic Colors of #F72D32
Black with #F72D32
Text Example
Text Example
White with #F72D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72D32; }
p { color: rgb(247,45,50); }
H1.HeaderClassName
{
color: #F72D32;
}
.AnyTagClassName
{
color: #F72D32;
}
</style>
background-color css
<style>
a { background-color: #F72D32; }
a { background-color: rgb(247,45,50); }
div.DivClassName
{
background-color: #F72D32;
}
.BgClassName
{
background-color: #F72D32;
}
</style>
border-color css
<style>
span { border-color: #F72D32; }
span { border-color: rgb(247,45,50); }
td.TdClassName
{
border-color: #F72D32;
}
.TagClassName
{
border-color: #F72D32;
}
</style>