Shades of Alizarin #F62131
Tints of Alizarin #F62131
RGB
CMYK
RGB Variations
Color information
#F62131 (or 0xF62131) is known color: Alizarin. HEX triplet: F6, 21 and 31. RGB value is (246,33,49). Sum of RGB (Red+Green+Blue) = 246+33+49=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F62131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62131 is #09DECE. Grayscale: #626262. Windows color (decimal): -646863 or 3219958. OLE color: 3219958.
HSL color Cylindrical-coordinate representation of color #F62131: hue angle of 355.49º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62131 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 49 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.04 |
| HSL | 355.49º | 0.92% | 0.55% | - |
| HSV(B) | 355.49º | 0.87% | 0.96% | - |
| XYZ | 39.1 | 20.9 | 4.88 | - |
| YUV | 98.51 | 100.07 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 49 | 0 | 0.87 | 0.80 | 0.04 | 355.49 | 0.92 | 0.55 |
| Hex | F6 | 21 | 31 | 0 | 57 | 50 | 4 | 163 | 5C | 37 |
| Octal | 366 | 41 | 61 | 0 | 127 | 120 | 4 | 543 | 134 | 67 |
| Binary | 11110110 | 100001 | 110001 | 0 | 1010111 | 1010000 | 100 | 101100011 | 1011100 | 110111 |
Color Harmonies of #F62131
Complementary color
Monochromatic Colors of #F62131
Black with #F62131
Text Example
Text Example
White with #F62131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62131; }
p { color: rgb(246,33,49); }
H1.HeaderClassName
{
color: #F62131;
}
.AnyTagClassName
{
color: #F62131;
}
</style>
background-color css
<style>
a { background-color: #F62131; }
a { background-color: rgb(246,33,49); }
div.DivClassName
{
background-color: #F62131;
}
.BgClassName
{
background-color: #F62131;
}
</style>
border-color css
<style>
span { border-color: #F62131; }
span { border-color: rgb(246,33,49); }
td.TdClassName
{
border-color: #F62131;
}
.TagClassName
{
border-color: #F62131;
}
</style>