Shades of Alizarin #FA2631
Tints of Alizarin #FA2631
RGB
CMYK
RGB Variations
Color information
#FA2631 (or 0xFA2631) is known color: Alizarin. HEX triplet: FA, 26 and 31. RGB value is (250,38,49). Sum of RGB (Red+Green+Blue) = 250+38+49=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2631 is #05D9CE. Grayscale: #666666. Windows color (decimal): -383439 or 3221242. OLE color: 3221242.
HSL color Cylindrical-coordinate representation of color #FA2631: hue angle of 356.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2631 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 49 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.02 |
| HSL | 356.89º | 0.95% | 0.56% | - |
| HSV(B) | 356.89º | 0.85% | 0.98% | - |
| XYZ | 40.67 | 21.93 | 5 | - |
| YUV | 102.64 | 97.74 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 49 | 0 | 0.85 | 0.80 | 0.02 | 356.89 | 0.95 | 0.56 |
| Hex | FA | 26 | 31 | 0 | 55 | 50 | 2 | 165 | 5F | 38 |
| Octal | 372 | 46 | 61 | 0 | 125 | 120 | 2 | 545 | 137 | 70 |
| Binary | 11111010 | 100110 | 110001 | 0 | 1010101 | 1010000 | 10 | 101100101 | 1011111 | 111000 |
Color Harmonies of #FA2631
Complementary color
Monochromatic Colors of #FA2631
Black with #FA2631
Text Example
Text Example
White with #FA2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2631; }
p { color: rgb(250,38,49); }
H1.HeaderClassName
{
color: #FA2631;
}
.AnyTagClassName
{
color: #FA2631;
}
</style>
background-color css
<style>
a { background-color: #FA2631; }
a { background-color: rgb(250,38,49); }
div.DivClassName
{
background-color: #FA2631;
}
.BgClassName
{
background-color: #FA2631;
}
</style>
border-color css
<style>
span { border-color: #FA2631; }
span { border-color: rgb(250,38,49); }
td.TdClassName
{
border-color: #FA2631;
}
.TagClassName
{
border-color: #FA2631;
}
</style>