Shades of Alizarin #FA3031
Tints of Alizarin #FA3031
RGB
CMYK
RGB Variations
Color information
#FA3031 (or 0xFA3031) is known color: Alizarin. HEX triplet: FA, 30 and 31. RGB value is (250,48,49). Sum of RGB (Red+Green+Blue) = 250+48+49=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3031 is #05CFCE. Grayscale: #6C6C6C. Windows color (decimal): -380879 or 3223802. OLE color: 3223802.
HSL color Cylindrical-coordinate representation of color #FA3031: hue angle of 359.7º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3031 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 49 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.02 |
| HSL | 359.7º | 0.95% | 0.58% | - |
| HSV(B) | 359.7º | 0.81% | 0.98% | - |
| XYZ | 41.04 | 22.66 | 5.12 | - |
| YUV | 108.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 49 | 0 | 0.81 | 0.80 | 0.02 | 359.7 | 0.95 | 0.58 |
| Hex | FA | 30 | 31 | 0 | 51 | 50 | 2 | 168 | 5F | 3A |
| Octal | 372 | 60 | 61 | 0 | 121 | 120 | 2 | 550 | 137 | 72 |
| Binary | 11111010 | 110000 | 110001 | 0 | 1010001 | 1010000 | 10 | 101101000 | 1011111 | 111010 |
Color Harmonies of #FA3031
Complementary color
Monochromatic Colors of #FA3031
Black with #FA3031
Text Example
Text Example
White with #FA3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3031; }
p { color: rgb(250,48,49); }
H1.HeaderClassName
{
color: #FA3031;
}
.AnyTagClassName
{
color: #FA3031;
}
</style>
background-color css
<style>
a { background-color: #FA3031; }
a { background-color: rgb(250,48,49); }
div.DivClassName
{
background-color: #FA3031;
}
.BgClassName
{
background-color: #FA3031;
}
</style>
border-color css
<style>
span { border-color: #FA3031; }
span { border-color: rgb(250,48,49); }
td.TdClassName
{
border-color: #FA3031;
}
.TagClassName
{
border-color: #FA3031;
}
</style>