Shades of Alizarin #FA2D37
Tints of Alizarin #FA2D37
RGB
CMYK
RGB Variations
Color information
#FA2D37 (or 0xFA2D37) is known color: Alizarin. HEX triplet: FA, 2D and 37. RGB value is (250,45,55). Sum of RGB (Red+Green+Blue) = 250+45+55=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D37 is #05D2C8. Grayscale: #6B6B6B. Windows color (decimal): -381641 or 3616250. OLE color: 3616250.
HSL color Cylindrical-coordinate representation of color #FA2D37: hue angle of 357.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D37 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 55 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.02 |
| HSL | 357.07º | 0.95% | 0.58% | - |
| HSV(B) | 357.07º | 0.82% | 0.98% | - |
| XYZ | 41.05 | 22.48 | 5.79 | - |
| YUV | 107.44 | 98.42 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 55 | 0 | 0.82 | 0.78 | 0.02 | 357.07 | 0.95 | 0.58 |
| Hex | FA | 2D | 37 | 0 | 52 | 4E | 2 | 165 | 5F | 3A |
| Octal | 372 | 55 | 67 | 0 | 122 | 116 | 2 | 545 | 137 | 72 |
| Binary | 11111010 | 101101 | 110111 | 0 | 1010010 | 1001110 | 10 | 101100101 | 1011111 | 111010 |
Color Harmonies of #FA2D37
Complementary color
Monochromatic Colors of #FA2D37
Black with #FA2D37
Text Example
Text Example
White with #FA2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D37; }
p { color: rgb(250,45,55); }
H1.HeaderClassName
{
color: #FA2D37;
}
.AnyTagClassName
{
color: #FA2D37;
}
</style>
background-color css
<style>
a { background-color: #FA2D37; }
a { background-color: rgb(250,45,55); }
div.DivClassName
{
background-color: #FA2D37;
}
.BgClassName
{
background-color: #FA2D37;
}
</style>
border-color css
<style>
span { border-color: #FA2D37; }
span { border-color: rgb(250,45,55); }
td.TdClassName
{
border-color: #FA2D37;
}
.TagClassName
{
border-color: #FA2D37;
}
</style>