Shades of Alizarin #F72638
Tints of Alizarin #F72638
RGB
CMYK
RGB Variations
Color information
#F72638 (or 0xF72638) is known color: Alizarin. HEX triplet: F7, 26 and 38. RGB value is (247,38,56). Sum of RGB (Red+Green+Blue) = 247+38+56=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F72638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72638 is #08D9C7. Grayscale: #666666. Windows color (decimal): -580040 or 3679991. OLE color: 3679991.
HSL color Cylindrical-coordinate representation of color #F72638: hue angle of 354.83º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72638 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 56 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.03 |
| HSL | 354.83º | 0.93% | 0.56% | - |
| HSV(B) | 354.83º | 0.85% | 0.97% | - |
| XYZ | 39.76 | 21.45 | 5.79 | - |
| YUV | 102.54 | 101.74 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 56 | 0 | 0.85 | 0.77 | 0.03 | 354.83 | 0.93 | 0.56 |
| Hex | F7 | 26 | 38 | 0 | 55 | 4D | 3 | 163 | 5D | 38 |
| Octal | 367 | 46 | 70 | 0 | 125 | 115 | 3 | 543 | 135 | 70 |
| Binary | 11110111 | 100110 | 111000 | 0 | 1010101 | 1001101 | 11 | 101100011 | 1011101 | 111000 |
Color Harmonies of #F72638
Complementary color
Monochromatic Colors of #F72638
Black with #F72638
Text Example
Text Example
White with #F72638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72638; }
p { color: rgb(247,38,56); }
H1.HeaderClassName
{
color: #F72638;
}
.AnyTagClassName
{
color: #F72638;
}
</style>
background-color css
<style>
a { background-color: #F72638; }
a { background-color: rgb(247,38,56); }
div.DivClassName
{
background-color: #F72638;
}
.BgClassName
{
background-color: #F72638;
}
</style>
border-color css
<style>
span { border-color: #F72638; }
span { border-color: rgb(247,38,56); }
td.TdClassName
{
border-color: #F72638;
}
.TagClassName
{
border-color: #F72638;
}
</style>