Shades of Alizarin #F7282A
Tints of Alizarin #F7282A
RGB
CMYK
RGB Variations
Color information
#F7282A (or 0xF7282A) is known color: Alizarin. HEX triplet: F7, 28 and 2A. RGB value is (247,40,42). Sum of RGB (Red+Green+Blue) = 247+40+42=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F7282A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7282A is #08D7D5. Grayscale: #666666. Windows color (decimal): -579542 or 2762999. OLE color: 2762999.
HSL color Cylindrical-coordinate representation of color #F7282A: hue angle of 359.42º 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 #F7282A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 42 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.03 |
| HSL | 359.42º | 0.93% | 0.56% | - |
| HSV(B) | 359.42º | 0.84% | 0.97% | - |
| XYZ | 39.53 | 21.46 | 4.25 | - |
| YUV | 102.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 42 | 0 | 0.84 | 0.83 | 0.03 | 359.42 | 0.93 | 0.56 |
| Hex | F7 | 28 | 2A | 0 | 54 | 53 | 3 | 167 | 5D | 38 |
| Octal | 367 | 50 | 52 | 0 | 124 | 123 | 3 | 547 | 135 | 70 |
| Binary | 11110111 | 101000 | 101010 | 0 | 1010100 | 1010011 | 11 | 101100111 | 1011101 | 111000 |
Color Harmonies of #F7282A
Complementary color
Monochromatic Colors of #F7282A
Black with #F7282A
Text Example
Text Example
White with #F7282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7282A; }
p { color: rgb(247,40,42); }
H1.HeaderClassName
{
color: #F7282A;
}
.AnyTagClassName
{
color: #F7282A;
}
</style>
background-color css
<style>
a { background-color: #F7282A; }
a { background-color: rgb(247,40,42); }
div.DivClassName
{
background-color: #F7282A;
}
.BgClassName
{
background-color: #F7282A;
}
</style>
border-color css
<style>
span { border-color: #F7282A; }
span { border-color: rgb(247,40,42); }
td.TdClassName
{
border-color: #F7282A;
}
.TagClassName
{
border-color: #F7282A;
}
</style>