Shades of Alizarin #F73940
Tints of Alizarin #F73940
RGB
CMYK
RGB Variations
Color information
#F73940 (or 0xF73940) is known color: Alizarin. HEX triplet: F7, 39 and 40. RGB value is (247,57,64). Sum of RGB (Red+Green+Blue) = 247+57+64=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F73940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73940 is #08C6BF. Grayscale: #727272. Windows color (decimal): -575168 or 4209143. OLE color: 4209143.
HSL color Cylindrical-coordinate representation of color #F73940: hue angle of 357.79º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73940 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 57 | 64 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.03 |
| HSL | 357.79º | 0.92% | 0.6% | - |
| HSV(B) | 357.79º | 0.77% | 0.97% | - |
| XYZ | 40.75 | 23.07 | 7.16 | - |
| YUV | 114.61 | 99.45 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 57 | 64 | 0 | 0.77 | 0.74 | 0.03 | 357.79 | 0.92 | 0.6 |
| Hex | F7 | 39 | 40 | 0 | 4D | 4A | 3 | 166 | 5C | 3C |
| Octal | 367 | 71 | 100 | 0 | 115 | 112 | 3 | 546 | 134 | 74 |
| Binary | 11110111 | 111001 | 1000000 | 0 | 1001101 | 1001010 | 11 | 101100110 | 1011100 | 111100 |
Color Harmonies of #F73940
Complementary color
Monochromatic Colors of #F73940
Black with #F73940
Text Example
Text Example
White with #F73940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73940; }
p { color: rgb(247,57,64); }
H1.HeaderClassName
{
color: #F73940;
}
.AnyTagClassName
{
color: #F73940;
}
</style>
background-color css
<style>
a { background-color: #F73940; }
a { background-color: rgb(247,57,64); }
div.DivClassName
{
background-color: #F73940;
}
.BgClassName
{
background-color: #F73940;
}
</style>
border-color css
<style>
span { border-color: #F73940; }
span { border-color: rgb(247,57,64); }
td.TdClassName
{
border-color: #F73940;
}
.TagClassName
{
border-color: #F73940;
}
</style>