Shades of Alizarin #F7282D
Tints of Alizarin #F7282D
RGB
CMYK
RGB Variations
Color information
#F7282D (or 0xF7282D) is known color: Alizarin. HEX triplet: F7, 28 and 2D. RGB value is (247,40,45). Sum of RGB (Red+Green+Blue) = 247+40+45=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F7282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7282D is #08D7D2. Grayscale: #666666. Windows color (decimal): -579539 or 2959607. OLE color: 2959607.
HSL color Cylindrical-coordinate representation of color #F7282D: hue angle of 358.55º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7282D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 45 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.03 |
| HSL | 358.55º | 0.93% | 0.56% | - |
| HSV(B) | 358.55º | 0.84% | 0.97% | - |
| XYZ | 39.59 | 21.48 | 4.54 | - |
| YUV | 102.46 | 95.58 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 45 | 0 | 0.84 | 0.82 | 0.03 | 358.55 | 0.93 | 0.56 |
| Hex | F7 | 28 | 2D | 0 | 54 | 52 | 3 | 167 | 5D | 38 |
| Octal | 367 | 50 | 55 | 0 | 124 | 122 | 3 | 547 | 135 | 70 |
| Binary | 11110111 | 101000 | 101101 | 0 | 1010100 | 1010010 | 11 | 101100111 | 1011101 | 111000 |
Color Harmonies of #F7282D
Complementary color
Monochromatic Colors of #F7282D
Black with #F7282D
Text Example
Text Example
White with #F7282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7282D; }
p { color: rgb(247,40,45); }
H1.HeaderClassName
{
color: #F7282D;
}
.AnyTagClassName
{
color: #F7282D;
}
</style>
background-color css
<style>
a { background-color: #F7282D; }
a { background-color: rgb(247,40,45); }
div.DivClassName
{
background-color: #F7282D;
}
.BgClassName
{
background-color: #F7282D;
}
</style>
border-color css
<style>
span { border-color: #F7282D; }
span { border-color: rgb(247,40,45); }
td.TdClassName
{
border-color: #F7282D;
}
.TagClassName
{
border-color: #F7282D;
}
</style>