Shades of Alizarin #F9282F
Tints of Alizarin #F9282F
RGB
CMYK
RGB Variations
Color information
#F9282F (or 0xF9282F) is known color: Alizarin. HEX triplet: F9, 28 and 2F. RGB value is (249,40,47). Sum of RGB (Red+Green+Blue) = 249+40+47=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F9282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9282F is #06D7D0. Grayscale: #676767. Windows color (decimal): -448465 or 3090681. OLE color: 3090681.
HSL color Cylindrical-coordinate representation of color #F9282F: hue angle of 357.99º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9282F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.02 |
| HSL | 357.99º | 0.95% | 0.57% | - |
| HSV(B) | 357.99º | 0.84% | 0.98% | - |
| XYZ | 40.34 | 21.86 | 4.78 | - |
| YUV | 103.29 | 96.24 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 47 | 0 | 0.84 | 0.81 | 0.02 | 357.99 | 0.95 | 0.57 |
| Hex | F9 | 28 | 2F | 0 | 54 | 51 | 2 | 166 | 5F | 39 |
| Octal | 371 | 50 | 57 | 0 | 124 | 121 | 2 | 546 | 137 | 71 |
| Binary | 11111001 | 101000 | 101111 | 0 | 1010100 | 1010001 | 10 | 101100110 | 1011111 | 111001 |
Color Harmonies of #F9282F
Complementary color
Monochromatic Colors of #F9282F
Black with #F9282F
Text Example
Text Example
White with #F9282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9282F; }
p { color: rgb(249,40,47); }
H1.HeaderClassName
{
color: #F9282F;
}
.AnyTagClassName
{
color: #F9282F;
}
</style>
background-color css
<style>
a { background-color: #F9282F; }
a { background-color: rgb(249,40,47); }
div.DivClassName
{
background-color: #F9282F;
}
.BgClassName
{
background-color: #F9282F;
}
</style>
border-color css
<style>
span { border-color: #F9282F; }
span { border-color: rgb(249,40,47); }
td.TdClassName
{
border-color: #F9282F;
}
.TagClassName
{
border-color: #F9282F;
}
</style>