Shades of Alizarin #F73237
Tints of Alizarin #F73237
RGB
CMYK
RGB Variations
Color information
#F73237 (or 0xF73237) is known color: Alizarin. HEX triplet: F7, 32 and 37. RGB value is (247,50,55). Sum of RGB (Red+Green+Blue) = 247+50+55=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F73237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73237 is #08CDC8. Grayscale: #6D6D6D. Windows color (decimal): -576969 or 3617527. OLE color: 3617527.
HSL color Cylindrical-coordinate representation of color #F73237: hue angle of 358.48º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73237 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 55 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.03 |
| HSL | 358.48º | 0.92% | 0.58% | - |
| HSV(B) | 358.48º | 0.8% | 0.97% | - |
| XYZ | 40.19 | 22.33 | 5.81 | - |
| YUV | 109.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 55 | 0 | 0.80 | 0.78 | 0.03 | 358.48 | 0.92 | 0.58 |
| Hex | F7 | 32 | 37 | 0 | 50 | 4E | 3 | 166 | 5C | 3A |
| Octal | 367 | 62 | 67 | 0 | 120 | 116 | 3 | 546 | 134 | 72 |
| Binary | 11110111 | 110010 | 110111 | 0 | 1010000 | 1001110 | 11 | 101100110 | 1011100 | 111010 |
Color Harmonies of #F73237
Complementary color
Monochromatic Colors of #F73237
Black with #F73237
Text Example
Text Example
White with #F73237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73237; }
p { color: rgb(247,50,55); }
H1.HeaderClassName
{
color: #F73237;
}
.AnyTagClassName
{
color: #F73237;
}
</style>
background-color css
<style>
a { background-color: #F73237; }
a { background-color: rgb(247,50,55); }
div.DivClassName
{
background-color: #F73237;
}
.BgClassName
{
background-color: #F73237;
}
</style>
border-color css
<style>
span { border-color: #F73237; }
span { border-color: rgb(247,50,55); }
td.TdClassName
{
border-color: #F73237;
}
.TagClassName
{
border-color: #F73237;
}
</style>