Shades of Alizarin #F82839
Tints of Alizarin #F82839
RGB
CMYK
RGB Variations
Color information
#F82839 (or 0xF82839) is known color: Alizarin. HEX triplet: F8, 28 and 39. RGB value is (248,40,57). Sum of RGB (Red+Green+Blue) = 248+40+57=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F82839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82839 is #07D7C6. Grayscale: #686868. Windows color (decimal): -513991 or 3746040. OLE color: 3746040.
HSL color Cylindrical-coordinate representation of color #F82839: hue angle of 355.1º degrees, saturation: 0.94, 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 #F82839 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 57 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.03 |
| HSL | 355.1º | 0.94% | 0.56% | - |
| HSV(B) | 355.1º | 0.84% | 0.97% | - |
| XYZ | 40.21 | 21.77 | 5.95 | - |
| YUV | 104.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 57 | 0 | 0.84 | 0.77 | 0.03 | 355.1 | 0.94 | 0.56 |
| Hex | F8 | 28 | 39 | 0 | 54 | 4D | 3 | 163 | 5E | 38 |
| Octal | 370 | 50 | 71 | 0 | 124 | 115 | 3 | 543 | 136 | 70 |
| Binary | 11111000 | 101000 | 111001 | 0 | 1010100 | 1001101 | 11 | 101100011 | 1011110 | 111000 |
Color Harmonies of #F82839
Complementary color
Monochromatic Colors of #F82839
Black with #F82839
Text Example
Text Example
White with #F82839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82839; }
p { color: rgb(248,40,57); }
H1.HeaderClassName
{
color: #F82839;
}
.AnyTagClassName
{
color: #F82839;
}
</style>
background-color css
<style>
a { background-color: #F82839; }
a { background-color: rgb(248,40,57); }
div.DivClassName
{
background-color: #F82839;
}
.BgClassName
{
background-color: #F82839;
}
</style>
border-color css
<style>
span { border-color: #F82839; }
span { border-color: rgb(248,40,57); }
td.TdClassName
{
border-color: #F82839;
}
.TagClassName
{
border-color: #F82839;
}
</style>