Shades of Alizarin #F72C30
Tints of Alizarin #F72C30
RGB
CMYK
RGB Variations
Color information
#F72C30 (or 0xF72C30) is known color: Alizarin. HEX triplet: F7, 2C and 30. RGB value is (247,44,48). Sum of RGB (Red+Green+Blue) = 247+44+48=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C30 is #08D3CF. Grayscale: #696969. Windows color (decimal): -578512 or 3157239. OLE color: 3157239.
HSL color Cylindrical-coordinate representation of color #F72C30: hue angle of 358.82º 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 #F72C30 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 48 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.03 |
| HSL | 358.82º | 0.93% | 0.57% | - |
| HSV(B) | 358.82º | 0.82% | 0.97% | - |
| XYZ | 39.79 | 21.79 | 4.9 | - |
| YUV | 105.15 | 95.75 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 48 | 0 | 0.82 | 0.81 | 0.03 | 358.82 | 0.93 | 0.57 |
| Hex | F7 | 2C | 30 | 0 | 52 | 51 | 3 | 167 | 5D | 39 |
| Octal | 367 | 54 | 60 | 0 | 122 | 121 | 3 | 547 | 135 | 71 |
| Binary | 11110111 | 101100 | 110000 | 0 | 1010010 | 1010001 | 11 | 101100111 | 1011101 | 111001 |
Color Harmonies of #F72C30
Complementary color
Monochromatic Colors of #F72C30
Black with #F72C30
Text Example
Text Example
White with #F72C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C30; }
p { color: rgb(247,44,48); }
H1.HeaderClassName
{
color: #F72C30;
}
.AnyTagClassName
{
color: #F72C30;
}
</style>
background-color css
<style>
a { background-color: #F72C30; }
a { background-color: rgb(247,44,48); }
div.DivClassName
{
background-color: #F72C30;
}
.BgClassName
{
background-color: #F72C30;
}
</style>
border-color css
<style>
span { border-color: #F72C30; }
span { border-color: rgb(247,44,48); }
td.TdClassName
{
border-color: #F72C30;
}
.TagClassName
{
border-color: #F72C30;
}
</style>