Shades of Alizarin #FA2938
Tints of Alizarin #FA2938
RGB
CMYK
RGB Variations
Color information
#FA2938 (or 0xFA2938) is known color: Alizarin. HEX triplet: FA, 29 and 38. RGB value is (250,41,56). Sum of RGB (Red+Green+Blue) = 250+41+56=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2938 is #05D6C7. Grayscale: #696969. Windows color (decimal): -382664 or 3680762. OLE color: 3680762.
HSL color Cylindrical-coordinate representation of color #FA2938: hue angle of 355.69º 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 #FA2938 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 56 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.02 |
| HSL | 355.69º | 0.95% | 0.57% | - |
| HSV(B) | 355.69º | 0.84% | 0.98% | - |
| XYZ | 40.93 | 22.2 | 5.87 | - |
| YUV | 105.2 | 100.24 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 56 | 0 | 0.84 | 0.78 | 0.02 | 355.69 | 0.95 | 0.57 |
| Hex | FA | 29 | 38 | 0 | 54 | 4E | 2 | 164 | 5F | 39 |
| Octal | 372 | 51 | 70 | 0 | 124 | 116 | 2 | 544 | 137 | 71 |
| Binary | 11111010 | 101001 | 111000 | 0 | 1010100 | 1001110 | 10 | 101100100 | 1011111 | 111001 |
Color Harmonies of #FA2938
Complementary color
Monochromatic Colors of #FA2938
Black with #FA2938
Text Example
Text Example
White with #FA2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2938; }
p { color: rgb(250,41,56); }
H1.HeaderClassName
{
color: #FA2938;
}
.AnyTagClassName
{
color: #FA2938;
}
</style>
background-color css
<style>
a { background-color: #FA2938; }
a { background-color: rgb(250,41,56); }
div.DivClassName
{
background-color: #FA2938;
}
.BgClassName
{
background-color: #FA2938;
}
</style>
border-color css
<style>
span { border-color: #FA2938; }
span { border-color: rgb(250,41,56); }
td.TdClassName
{
border-color: #FA2938;
}
.TagClassName
{
border-color: #FA2938;
}
</style>