Shades of Alizarin #F72C34
Tints of Alizarin #F72C34
RGB
CMYK
RGB Variations
Color information
#F72C34 (or 0xF72C34) is known color: Alizarin. HEX triplet: F7, 2C and 34. RGB value is (247,44,52). Sum of RGB (Red+Green+Blue) = 247+44+52=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C34 is #08D3CB. Grayscale: #696969. Windows color (decimal): -578508 or 3419383. OLE color: 3419383.
HSL color Cylindrical-coordinate representation of color #F72C34: hue angle of 357.64º 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 #F72C34 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 52 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.03 |
| HSL | 357.64º | 0.93% | 0.57% | - |
| HSV(B) | 357.64º | 0.82% | 0.97% | - |
| XYZ | 39.88 | 21.82 | 5.36 | - |
| YUV | 105.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 52 | 0 | 0.82 | 0.79 | 0.03 | 357.64 | 0.93 | 0.57 |
| Hex | F7 | 2C | 34 | 0 | 52 | 4F | 3 | 166 | 5D | 39 |
| Octal | 367 | 54 | 64 | 0 | 122 | 117 | 3 | 546 | 135 | 71 |
| Binary | 11110111 | 101100 | 110100 | 0 | 1010010 | 1001111 | 11 | 101100110 | 1011101 | 111001 |
Color Harmonies of #F72C34
Complementary color
Monochromatic Colors of #F72C34
Black with #F72C34
Text Example
Text Example
White with #F72C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C34; }
p { color: rgb(247,44,52); }
H1.HeaderClassName
{
color: #F72C34;
}
.AnyTagClassName
{
color: #F72C34;
}
</style>
background-color css
<style>
a { background-color: #F72C34; }
a { background-color: rgb(247,44,52); }
div.DivClassName
{
background-color: #F72C34;
}
.BgClassName
{
background-color: #F72C34;
}
</style>
border-color css
<style>
span { border-color: #F72C34; }
span { border-color: rgb(247,44,52); }
td.TdClassName
{
border-color: #F72C34;
}
.TagClassName
{
border-color: #F72C34;
}
</style>