Shades of Alizarin #FA3138
Tints of Alizarin #FA3138
RGB
CMYK
RGB Variations
Color information
#FA3138 (or 0xFA3138) is known color: Alizarin. HEX triplet: FA, 31 and 38. RGB value is (250,49,56). Sum of RGB (Red+Green+Blue) = 250+49+56=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3138 is #05CEC7. Grayscale: #6E6E6E. Windows color (decimal): -380616 or 3682810. OLE color: 3682810.
HSL color Cylindrical-coordinate representation of color #FA3138: hue angle of 357.91º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3138 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 56 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.02 |
| HSL | 357.91º | 0.95% | 0.59% | - |
| HSV(B) | 357.91º | 0.8% | 0.98% | - |
| XYZ | 41.24 | 22.81 | 5.97 | - |
| YUV | 109.9 | 97.59 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 56 | 0 | 0.80 | 0.78 | 0.02 | 357.91 | 0.95 | 0.59 |
| Hex | FA | 31 | 38 | 0 | 50 | 4E | 2 | 166 | 5F | 3B |
| Octal | 372 | 61 | 70 | 0 | 120 | 116 | 2 | 546 | 137 | 73 |
| Binary | 11111010 | 110001 | 111000 | 0 | 1010000 | 1001110 | 10 | 101100110 | 1011111 | 111011 |
Color Harmonies of #FA3138
Complementary color
Monochromatic Colors of #FA3138
Black with #FA3138
Text Example
Text Example
White with #FA3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3138; }
p { color: rgb(250,49,56); }
H1.HeaderClassName
{
color: #FA3138;
}
.AnyTagClassName
{
color: #FA3138;
}
</style>
background-color css
<style>
a { background-color: #FA3138; }
a { background-color: rgb(250,49,56); }
div.DivClassName
{
background-color: #FA3138;
}
.BgClassName
{
background-color: #FA3138;
}
</style>
border-color css
<style>
span { border-color: #FA3138; }
span { border-color: rgb(250,49,56); }
td.TdClassName
{
border-color: #FA3138;
}
.TagClassName
{
border-color: #FA3138;
}
</style>