Shades of Alizarin #F73038
Tints of Alizarin #F73038
RGB
CMYK
RGB Variations
Color information
#F73038 (or 0xF73038) is known color: Alizarin. HEX triplet: F7, 30 and 38. RGB value is (247,48,56). Sum of RGB (Red+Green+Blue) = 247+48+56=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F73038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73038 is #08CFC7. Grayscale: #6C6C6C. Windows color (decimal): -577480 or 3682551. OLE color: 3682551.
HSL color Cylindrical-coordinate representation of color #F73038: hue angle of 357.59º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73038 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 56 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.03 |
| HSL | 357.59º | 0.93% | 0.58% | - |
| HSV(B) | 357.59º | 0.81% | 0.97% | - |
| XYZ | 40.13 | 22.17 | 5.91 | - |
| YUV | 108.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 56 | 0 | 0.81 | 0.77 | 0.03 | 357.59 | 0.93 | 0.58 |
| Hex | F7 | 30 | 38 | 0 | 51 | 4D | 3 | 166 | 5D | 3A |
| Octal | 367 | 60 | 70 | 0 | 121 | 115 | 3 | 546 | 135 | 72 |
| Binary | 11110111 | 110000 | 111000 | 0 | 1010001 | 1001101 | 11 | 101100110 | 1011101 | 111010 |
Color Harmonies of #F73038
Complementary color
Monochromatic Colors of #F73038
Black with #F73038
Text Example
Text Example
White with #F73038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73038; }
p { color: rgb(247,48,56); }
H1.HeaderClassName
{
color: #F73038;
}
.AnyTagClassName
{
color: #F73038;
}
</style>
background-color css
<style>
a { background-color: #F73038; }
a { background-color: rgb(247,48,56); }
div.DivClassName
{
background-color: #F73038;
}
.BgClassName
{
background-color: #F73038;
}
</style>
border-color css
<style>
span { border-color: #F73038; }
span { border-color: rgb(247,48,56); }
td.TdClassName
{
border-color: #F73038;
}
.TagClassName
{
border-color: #F73038;
}
</style>