Shades of Alizarin #F8292F
Tints of Alizarin #F8292F
RGB
CMYK
RGB Variations
Color information
#F8292F (or 0xF8292F) is known color: Alizarin. HEX triplet: F8, 29 and 2F. RGB value is (248,41,47). Sum of RGB (Red+Green+Blue) = 248+41+47=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F8292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8292F is #07D6D0. Grayscale: #676767. Windows color (decimal): -513745 or 3090936. OLE color: 3090936.
HSL color Cylindrical-coordinate representation of color #F8292F: hue angle of 358.26º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8292F is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 47 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.03 |
| HSL | 358.26º | 0.94% | 0.57% | - |
| HSV(B) | 358.26º | 0.83% | 0.97% | - |
| XYZ | 40.02 | 21.75 | 4.78 | - |
| YUV | 103.58 | 96.08 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 47 | 0 | 0.83 | 0.81 | 0.03 | 358.26 | 0.94 | 0.57 |
| Hex | F8 | 29 | 2F | 0 | 53 | 51 | 3 | 166 | 5E | 39 |
| Octal | 370 | 51 | 57 | 0 | 123 | 121 | 3 | 546 | 136 | 71 |
| Binary | 11111000 | 101001 | 101111 | 0 | 1010011 | 1010001 | 11 | 101100110 | 1011110 | 111001 |
Color Harmonies of #F8292F
Complementary color
Monochromatic Colors of #F8292F
Black with #F8292F
Text Example
Text Example
White with #F8292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8292F; }
p { color: rgb(248,41,47); }
H1.HeaderClassName
{
color: #F8292F;
}
.AnyTagClassName
{
color: #F8292F;
}
</style>
background-color css
<style>
a { background-color: #F8292F; }
a { background-color: rgb(248,41,47); }
div.DivClassName
{
background-color: #F8292F;
}
.BgClassName
{
background-color: #F8292F;
}
</style>
border-color css
<style>
span { border-color: #F8292F; }
span { border-color: rgb(248,41,47); }
td.TdClassName
{
border-color: #F8292F;
}
.TagClassName
{
border-color: #F8292F;
}
</style>