Shades of Alizarin #F72728
Tints of Alizarin #F72728
RGB
CMYK
RGB Variations
Color information
#F72728 (or 0xF72728) is known color: Alizarin. HEX triplet: F7, 27 and 28. RGB value is (247,39,40). Sum of RGB (Red+Green+Blue) = 247+39+40=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F72728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72728 is #08D8D7. Grayscale: #656565. Windows color (decimal): -579800 or 2631671. OLE color: 2631671.
HSL color Cylindrical-coordinate representation of color #F72728: hue angle of 359.71º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F72728 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.03 |
| HSL | 359.71º | 0.93% | 0.56% | - |
| HSV(B) | 359.71º | 0.84% | 0.97% | - |
| XYZ | 39.47 | 21.38 | 4.05 | - |
| YUV | 101.31 | 93.41 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 40 | 0 | 0.84 | 0.84 | 0.03 | 359.71 | 0.93 | 0.56 |
| Hex | F7 | 27 | 28 | 0 | 54 | 54 | 3 | 168 | 5D | 38 |
| Octal | 367 | 47 | 50 | 0 | 124 | 124 | 3 | 550 | 135 | 70 |
| Binary | 11110111 | 100111 | 101000 | 0 | 1010100 | 1010100 | 11 | 101101000 | 1011101 | 111000 |
Color Harmonies of #F72728
Complementary color
Monochromatic Colors of #F72728
Black with #F72728
Text Example
Text Example
White with #F72728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72728; }
p { color: rgb(247,39,40); }
H1.HeaderClassName
{
color: #F72728;
}
.AnyTagClassName
{
color: #F72728;
}
</style>
background-color css
<style>
a { background-color: #F72728; }
a { background-color: rgb(247,39,40); }
div.DivClassName
{
background-color: #F72728;
}
.BgClassName
{
background-color: #F72728;
}
</style>
border-color css
<style>
span { border-color: #F72728; }
span { border-color: rgb(247,39,40); }
td.TdClassName
{
border-color: #F72728;
}
.TagClassName
{
border-color: #F72728;
}
</style>