Shades of Alizarin #FA3237
Tints of Alizarin #FA3237
RGB
CMYK
RGB Variations
Color information
#FA3237 (or 0xFA3237) is known color: Alizarin. HEX triplet: FA, 32 and 37. RGB value is (250,50,55). Sum of RGB (Red+Green+Blue) = 250+50+55=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3237 is #05CDC8. Grayscale: #6E6E6E. Windows color (decimal): -380361 or 3617530. OLE color: 3617530.
HSL color Cylindrical-coordinate representation of color #FA3237: hue angle of 358.5º 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 #FA3237 is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 55 | - |
| CMYK | 0 | 0.8 | 0.78 | 0.02 |
| HSL | 358.5º | 0.95% | 0.59% | - |
| HSV(B) | 358.5º | 0.8% | 0.98% | - |
| XYZ | 41.25 | 22.88 | 5.86 | - |
| YUV | 110.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 55 | 0 | 0.8 | 0.78 | 0.02 | 358.5 | 0.95 | 0.59 |
| Hex | FA | 32 | 37 | 0 | 50 | 4E | 2 | 166 | 5F | 3B |
| Octal | 372 | 62 | 67 | 0 | 120 | 116 | 2 | 546 | 137 | 73 |
| Binary | 11111010 | 110010 | 110111 | 0 | 1010000 | 1001110 | 10 | 101100110 | 1011111 | 111011 |
Color Harmonies of #FA3237
Complementary color
Monochromatic Colors of #FA3237
Black with #FA3237
Text Example
Text Example
White with #FA3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3237; }
p { color: rgb(250,50,55); }
H1.HeaderClassName
{
color: #FA3237;
}
.AnyTagClassName
{
color: #FA3237;
}
</style>
background-color css
<style>
a { background-color: #FA3237; }
a { background-color: rgb(250,50,55); }
div.DivClassName
{
background-color: #FA3237;
}
.BgClassName
{
background-color: #FA3237;
}
</style>
border-color css
<style>
span { border-color: #FA3237; }
span { border-color: rgb(250,50,55); }
td.TdClassName
{
border-color: #FA3237;
}
.TagClassName
{
border-color: #FA3237;
}
</style>