Shades of Alizarin #FA2737
Tints of Alizarin #FA2737
RGB
CMYK
RGB Variations
Color information
#FA2737 (or 0xFA2737) is known color: Alizarin. HEX triplet: FA, 27 and 37. RGB value is (250,39,55). Sum of RGB (Red+Green+Blue) = 250+39+55=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2737 is #05D8C8. Grayscale: #686868. Windows color (decimal): -383177 or 3614714. OLE color: 3614714.
HSL color Cylindrical-coordinate representation of color #FA2737: hue angle of 355.45º 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 #FA2737 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 55 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.02 |
| HSL | 355.45º | 0.95% | 0.57% | - |
| HSV(B) | 355.45º | 0.84% | 0.98% | - |
| XYZ | 40.84 | 22.05 | 5.72 | - |
| YUV | 103.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 55 | 0 | 0.84 | 0.78 | 0.02 | 355.45 | 0.95 | 0.57 |
| Hex | FA | 27 | 37 | 0 | 54 | 4E | 2 | 163 | 5F | 39 |
| Octal | 372 | 47 | 67 | 0 | 124 | 116 | 2 | 543 | 137 | 71 |
| Binary | 11111010 | 100111 | 110111 | 0 | 1010100 | 1001110 | 10 | 101100011 | 1011111 | 111001 |
Color Harmonies of #FA2737
Complementary color
Monochromatic Colors of #FA2737
Black with #FA2737
Text Example
Text Example
White with #FA2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2737; }
p { color: rgb(250,39,55); }
H1.HeaderClassName
{
color: #FA2737;
}
.AnyTagClassName
{
color: #FA2737;
}
</style>
background-color css
<style>
a { background-color: #FA2737; }
a { background-color: rgb(250,39,55); }
div.DivClassName
{
background-color: #FA2737;
}
.BgClassName
{
background-color: #FA2737;
}
</style>
border-color css
<style>
span { border-color: #FA2737; }
span { border-color: rgb(250,39,55); }
td.TdClassName
{
border-color: #FA2737;
}
.TagClassName
{
border-color: #FA2737;
}
</style>