Shades of Alizarin #F62731
Tints of Alizarin #F62731
RGB
CMYK
RGB Variations
Color information
#F62731 (or 0xF62731) is known color: Alizarin. HEX triplet: F6, 27 and 31. RGB value is (246,39,49). Sum of RGB (Red+Green+Blue) = 246+39+49=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F62731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62731 is #09D8CE. Grayscale: #666666. Windows color (decimal): -645327 or 3221494. OLE color: 3221494.
HSL color Cylindrical-coordinate representation of color #F62731: hue angle of 357.1º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62731 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 49 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.04 |
| HSL | 357.1º | 0.92% | 0.56% | - |
| HSV(B) | 357.1º | 0.84% | 0.96% | - |
| XYZ | 39.29 | 21.27 | 4.94 | - |
| YUV | 102.03 | 98.08 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 49 | 0 | 0.84 | 0.80 | 0.04 | 357.1 | 0.92 | 0.56 |
| Hex | F6 | 27 | 31 | 0 | 54 | 50 | 4 | 165 | 5C | 38 |
| Octal | 366 | 47 | 61 | 0 | 124 | 120 | 4 | 545 | 134 | 70 |
| Binary | 11110110 | 100111 | 110001 | 0 | 1010100 | 1010000 | 100 | 101100101 | 1011100 | 111000 |
Color Harmonies of #F62731
Complementary color
Monochromatic Colors of #F62731
Black with #F62731
Text Example
Text Example
White with #F62731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62731; }
p { color: rgb(246,39,49); }
H1.HeaderClassName
{
color: #F62731;
}
.AnyTagClassName
{
color: #F62731;
}
</style>
background-color css
<style>
a { background-color: #F62731; }
a { background-color: rgb(246,39,49); }
div.DivClassName
{
background-color: #F62731;
}
.BgClassName
{
background-color: #F62731;
}
</style>
border-color css
<style>
span { border-color: #F62731; }
span { border-color: rgb(246,39,49); }
td.TdClassName
{
border-color: #F62731;
}
.TagClassName
{
border-color: #F62731;
}
</style>