Shades of Alizarin #F82529
Tints of Alizarin #F82529
RGB
CMYK
RGB Variations
Color information
#F82529 (or 0xF82529) is known color: Alizarin. HEX triplet: F8, 25 and 29. RGB value is (248,37,41). Sum of RGB (Red+Green+Blue) = 248+37+41=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F82529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82529 is #07DAD6. Grayscale: #646464. Windows color (decimal): -514775 or 2696696. OLE color: 2696696.
HSL color Cylindrical-coordinate representation of color #F82529: hue angle of 358.86º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82529 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 41 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.03 |
| HSL | 358.86º | 0.94% | 0.56% | - |
| HSV(B) | 358.86º | 0.85% | 0.97% | - |
| XYZ | 39.77 | 21.44 | 4.14 | - |
| YUV | 100.55 | 94.4 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 41 | 0 | 0.85 | 0.83 | 0.03 | 358.86 | 0.94 | 0.56 |
| Hex | F8 | 25 | 29 | 0 | 55 | 53 | 3 | 167 | 5E | 38 |
| Octal | 370 | 45 | 51 | 0 | 125 | 123 | 3 | 547 | 136 | 70 |
| Binary | 11111000 | 100101 | 101001 | 0 | 1010101 | 1010011 | 11 | 101100111 | 1011110 | 111000 |
Color Harmonies of #F82529
Complementary color
Monochromatic Colors of #F82529
Black with #F82529
Text Example
Text Example
White with #F82529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82529; }
p { color: rgb(248,37,41); }
H1.HeaderClassName
{
color: #F82529;
}
.AnyTagClassName
{
color: #F82529;
}
</style>
background-color css
<style>
a { background-color: #F82529; }
a { background-color: rgb(248,37,41); }
div.DivClassName
{
background-color: #F82529;
}
.BgClassName
{
background-color: #F82529;
}
</style>
border-color css
<style>
span { border-color: #F82529; }
span { border-color: rgb(248,37,41); }
td.TdClassName
{
border-color: #F82529;
}
.TagClassName
{
border-color: #F82529;
}
</style>