Shades of Alizarin #F82C37
Tints of Alizarin #F82C37
RGB
CMYK
RGB Variations
Color information
#F82C37 (or 0xF82C37) is known color: Alizarin. HEX triplet: F8, 2C and 37. RGB value is (248,44,55). Sum of RGB (Red+Green+Blue) = 248+44+55=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C37 is #07D3C8. Grayscale: #6A6A6A. Windows color (decimal): -512969 or 3615992. OLE color: 3615992.
HSL color Cylindrical-coordinate representation of color #F82C37: hue angle of 356.76º 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 #F82C37 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 55 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.03 |
| HSL | 356.76º | 0.94% | 0.57% | - |
| HSV(B) | 356.76º | 0.82% | 0.97% | - |
| XYZ | 40.3 | 22.03 | 5.74 | - |
| YUV | 106.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 55 | 0 | 0.82 | 0.78 | 0.03 | 356.76 | 0.94 | 0.57 |
| Hex | F8 | 2C | 37 | 0 | 52 | 4E | 3 | 165 | 5E | 39 |
| Octal | 370 | 54 | 67 | 0 | 122 | 116 | 3 | 545 | 136 | 71 |
| Binary | 11111000 | 101100 | 110111 | 0 | 1010010 | 1001110 | 11 | 101100101 | 1011110 | 111001 |
Color Harmonies of #F82C37
Complementary color
Monochromatic Colors of #F82C37
Black with #F82C37
Text Example
Text Example
White with #F82C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C37; }
p { color: rgb(248,44,55); }
H1.HeaderClassName
{
color: #F82C37;
}
.AnyTagClassName
{
color: #F82C37;
}
</style>
background-color css
<style>
a { background-color: #F82C37; }
a { background-color: rgb(248,44,55); }
div.DivClassName
{
background-color: #F82C37;
}
.BgClassName
{
background-color: #F82C37;
}
</style>
border-color css
<style>
span { border-color: #F82C37; }
span { border-color: rgb(248,44,55); }
td.TdClassName
{
border-color: #F82C37;
}
.TagClassName
{
border-color: #F82C37;
}
</style>