Shades of Alizarin #F82D32
Tints of Alizarin #F82D32
RGB
CMYK
RGB Variations
Color information
#F82D32 (or 0xF82D32) is known color: Alizarin. HEX triplet: F8, 2D and 32. RGB value is (248,45,50). Sum of RGB (Red+Green+Blue) = 248+45+50=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D32 is #07D2CD. Grayscale: #6A6A6A. Windows color (decimal): -512718 or 3288568. OLE color: 3288568.
HSL color Cylindrical-coordinate representation of color #F82D32: hue angle of 358.52º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82D32 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 50 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.03 |
| HSL | 358.52º | 0.94% | 0.57% | - |
| HSV(B) | 358.52º | 0.82% | 0.97% | - |
| XYZ | 40.23 | 22.06 | 5.16 | - |
| YUV | 106.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 50 | 0 | 0.82 | 0.80 | 0.03 | 358.52 | 0.94 | 0.57 |
| Hex | F8 | 2D | 32 | 0 | 52 | 50 | 3 | 167 | 5E | 39 |
| Octal | 370 | 55 | 62 | 0 | 122 | 120 | 3 | 547 | 136 | 71 |
| Binary | 11111000 | 101101 | 110010 | 0 | 1010010 | 1010000 | 11 | 101100111 | 1011110 | 111001 |
Color Harmonies of #F82D32
Complementary color
Monochromatic Colors of #F82D32
Black with #F82D32
Text Example
Text Example
White with #F82D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D32; }
p { color: rgb(248,45,50); }
H1.HeaderClassName
{
color: #F82D32;
}
.AnyTagClassName
{
color: #F82D32;
}
</style>
background-color css
<style>
a { background-color: #F82D32; }
a { background-color: rgb(248,45,50); }
div.DivClassName
{
background-color: #F82D32;
}
.BgClassName
{
background-color: #F82D32;
}
</style>
border-color css
<style>
span { border-color: #F82D32; }
span { border-color: rgb(248,45,50); }
td.TdClassName
{
border-color: #F82D32;
}
.TagClassName
{
border-color: #F82D32;
}
</style>