Shades of Alizarin #FA2739
Tints of Alizarin #FA2739
RGB
CMYK
RGB Variations
Color information
#FA2739 (or 0xFA2739) is known color: Alizarin. HEX triplet: FA, 27 and 39. RGB value is (250,39,57). Sum of RGB (Red+Green+Blue) = 250+39+57=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2739 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2739 is #05D8C6. Grayscale: #686868. Windows color (decimal): -383175 or 3745786. OLE color: 3745786.
HSL color Cylindrical-coordinate representation of color #FA2739: hue angle of 354.88º 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 #FA2739 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 57 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.02 |
| HSL | 354.88º | 0.95% | 0.57% | - |
| HSV(B) | 354.88º | 0.84% | 0.98% | - |
| XYZ | 40.89 | 22.07 | 5.98 | - |
| YUV | 104.14 | 101.4 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 57 | 0 | 0.84 | 0.77 | 0.02 | 354.88 | 0.95 | 0.57 |
| Hex | FA | 27 | 39 | 0 | 54 | 4D | 2 | 163 | 5F | 39 |
| Octal | 372 | 47 | 71 | 0 | 124 | 115 | 2 | 543 | 137 | 71 |
| Binary | 11111010 | 100111 | 111001 | 0 | 1010100 | 1001101 | 10 | 101100011 | 1011111 | 111001 |
Color Harmonies of #FA2739
Complementary color
Monochromatic Colors of #FA2739
Black with #FA2739
Text Example
Text Example
White with #FA2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2739; }
p { color: rgb(250,39,57); }
H1.HeaderClassName
{
color: #FA2739;
}
.AnyTagClassName
{
color: #FA2739;
}
</style>
background-color css
<style>
a { background-color: #FA2739; }
a { background-color: rgb(250,39,57); }
div.DivClassName
{
background-color: #FA2739;
}
.BgClassName
{
background-color: #FA2739;
}
</style>
border-color css
<style>
span { border-color: #FA2739; }
span { border-color: rgb(250,39,57); }
td.TdClassName
{
border-color: #FA2739;
}
.TagClassName
{
border-color: #FA2739;
}
</style>