Shades of Alizarin #F82A2C
Tints of Alizarin #F82A2C
RGB
CMYK
RGB Variations
Color information
#F82A2C (or 0xF82A2C) is known color: Alizarin. HEX triplet: F8, 2A and 2C. RGB value is (248,42,44). Sum of RGB (Red+Green+Blue) = 248+42+44=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A2C is #07D5D3. Grayscale: #686868. Windows color (decimal): -513492 or 2894584. OLE color: 2894584.
HSL color Cylindrical-coordinate representation of color #F82A2C: hue angle of 359.42º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82A2C is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 44 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.03 |
| HSL | 359.42º | 0.94% | 0.57% | - |
| HSV(B) | 359.42º | 0.83% | 0.97% | - |
| XYZ | 39.99 | 21.79 | 4.48 | - |
| YUV | 103.82 | 94.25 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 44 | 0 | 0.83 | 0.82 | 0.03 | 359.42 | 0.94 | 0.57 |
| Hex | F8 | 2A | 2C | 0 | 53 | 52 | 3 | 167 | 5E | 39 |
| Octal | 370 | 52 | 54 | 0 | 123 | 122 | 3 | 547 | 136 | 71 |
| Binary | 11111000 | 101010 | 101100 | 0 | 1010011 | 1010010 | 11 | 101100111 | 1011110 | 111001 |
Color Harmonies of #F82A2C
Complementary color
Monochromatic Colors of #F82A2C
Black with #F82A2C
Text Example
Text Example
White with #F82A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A2C; }
p { color: rgb(248,42,44); }
H1.HeaderClassName
{
color: #F82A2C;
}
.AnyTagClassName
{
color: #F82A2C;
}
</style>
background-color css
<style>
a { background-color: #F82A2C; }
a { background-color: rgb(248,42,44); }
div.DivClassName
{
background-color: #F82A2C;
}
.BgClassName
{
background-color: #F82A2C;
}
</style>
border-color css
<style>
span { border-color: #F82A2C; }
span { border-color: rgb(248,42,44); }
td.TdClassName
{
border-color: #F82A2C;
}
.TagClassName
{
border-color: #F82A2C;
}
</style>