Shades of Alizarin #F82C36
Tints of Alizarin #F82C36
RGB
CMYK
RGB Variations
Color information
#F82C36 (or 0xF82C36) is known color: Alizarin. HEX triplet: F8, 2C and 36. RGB value is (248,44,54). Sum of RGB (Red+Green+Blue) = 248+44+54=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C36 is #07D3C9. Grayscale: #6A6A6A. Windows color (decimal): -512970 or 3550456. OLE color: 3550456.
HSL color Cylindrical-coordinate representation of color #F82C36: hue angle of 357.06º 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 #F82C36 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 54 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.03 |
| HSL | 357.06º | 0.94% | 0.57% | - |
| HSV(B) | 357.06º | 0.82% | 0.97% | - |
| XYZ | 40.28 | 22.02 | 5.62 | - |
| YUV | 106.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 54 | 0 | 0.82 | 0.78 | 0.03 | 357.06 | 0.94 | 0.57 |
| Hex | F8 | 2C | 36 | 0 | 52 | 4E | 3 | 165 | 5E | 39 |
| Octal | 370 | 54 | 66 | 0 | 122 | 116 | 3 | 545 | 136 | 71 |
| Binary | 11111000 | 101100 | 110110 | 0 | 1010010 | 1001110 | 11 | 101100101 | 1011110 | 111001 |
Color Harmonies of #F82C36
Complementary color
Monochromatic Colors of #F82C36
Black with #F82C36
Text Example
Text Example
White with #F82C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C36; }
p { color: rgb(248,44,54); }
H1.HeaderClassName
{
color: #F82C36;
}
.AnyTagClassName
{
color: #F82C36;
}
</style>
background-color css
<style>
a { background-color: #F82C36; }
a { background-color: rgb(248,44,54); }
div.DivClassName
{
background-color: #F82C36;
}
.BgClassName
{
background-color: #F82C36;
}
</style>
border-color css
<style>
span { border-color: #F82C36; }
span { border-color: rgb(248,44,54); }
td.TdClassName
{
border-color: #F82C36;
}
.TagClassName
{
border-color: #F82C36;
}
</style>