Shades of Alizarin #F7242D
Tints of Alizarin #F7242D
RGB
CMYK
RGB Variations
Color information
#F7242D (or 0xF7242D) is known color: Alizarin. HEX triplet: F7, 24 and 2D. RGB value is (247,36,45). Sum of RGB (Red+Green+Blue) = 247+36+45=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7242D is #08DBD2. Grayscale: #646464. Windows color (decimal): -580563 or 2958583. OLE color: 2958583.
HSL color Cylindrical-coordinate representation of color #F7242D: hue angle of 357.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7242D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 45 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.03 |
| HSL | 357.44º | 0.93% | 0.55% | - |
| HSV(B) | 357.44º | 0.85% | 0.97% | - |
| XYZ | 39.46 | 21.23 | 4.5 | - |
| YUV | 100.12 | 96.9 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 45 | 0 | 0.85 | 0.82 | 0.03 | 357.44 | 0.93 | 0.55 |
| Hex | F7 | 24 | 2D | 0 | 55 | 52 | 3 | 165 | 5D | 37 |
| Octal | 367 | 44 | 55 | 0 | 125 | 122 | 3 | 545 | 135 | 67 |
| Binary | 11110111 | 100100 | 101101 | 0 | 1010101 | 1010010 | 11 | 101100101 | 1011101 | 110111 |
Color Harmonies of #F7242D
Complementary color
Monochromatic Colors of #F7242D
Black with #F7242D
Text Example
Text Example
White with #F7242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7242D; }
p { color: rgb(247,36,45); }
H1.HeaderClassName
{
color: #F7242D;
}
.AnyTagClassName
{
color: #F7242D;
}
</style>
background-color css
<style>
a { background-color: #F7242D; }
a { background-color: rgb(247,36,45); }
div.DivClassName
{
background-color: #F7242D;
}
.BgClassName
{
background-color: #F7242D;
}
</style>
border-color css
<style>
span { border-color: #F7242D; }
span { border-color: rgb(247,36,45); }
td.TdClassName
{
border-color: #F7242D;
}
.TagClassName
{
border-color: #F7242D;
}
</style>