Shades of Alizarin #FA2839
Tints of Alizarin #FA2839
RGB
CMYK
RGB Variations
Color information
#FA2839 (or 0xFA2839) is known color: Alizarin. HEX triplet: FA, 28 and 39. RGB value is (250,40,57). Sum of RGB (Red+Green+Blue) = 250+40+57=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2839 is #05D7C6. Grayscale: #686868. Windows color (decimal): -382919 or 3746042. OLE color: 3746042.
HSL color Cylindrical-coordinate representation of color #FA2839: hue angle of 355.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2839 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 57 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.02 |
| HSL | 355.14º | 0.95% | 0.57% | - |
| HSV(B) | 355.14º | 0.84% | 0.98% | - |
| XYZ | 40.92 | 22.14 | 5.99 | - |
| YUV | 104.73 | 101.07 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 57 | 0 | 0.84 | 0.77 | 0.02 | 355.14 | 0.95 | 0.57 |
| Hex | FA | 28 | 39 | 0 | 54 | 4D | 2 | 163 | 5F | 39 |
| Octal | 372 | 50 | 71 | 0 | 124 | 115 | 2 | 543 | 137 | 71 |
| Binary | 11111010 | 101000 | 111001 | 0 | 1010100 | 1001101 | 10 | 101100011 | 1011111 | 111001 |
Color Harmonies of #FA2839
Complementary color
Monochromatic Colors of #FA2839
Black with #FA2839
Text Example
Text Example
White with #FA2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2839; }
p { color: rgb(250,40,57); }
H1.HeaderClassName
{
color: #FA2839;
}
.AnyTagClassName
{
color: #FA2839;
}
</style>
background-color css
<style>
a { background-color: #FA2839; }
a { background-color: rgb(250,40,57); }
div.DivClassName
{
background-color: #FA2839;
}
.BgClassName
{
background-color: #FA2839;
}
</style>
border-color css
<style>
span { border-color: #FA2839; }
span { border-color: rgb(250,40,57); }
td.TdClassName
{
border-color: #FA2839;
}
.TagClassName
{
border-color: #FA2839;
}
</style>