Shades of Alizarin #FA282F
Tints of Alizarin #FA282F
RGB
CMYK
RGB Variations
Color information
#FA282F (or 0xFA282F) is known color: Alizarin. HEX triplet: FA, 28 and 2F. RGB value is (250,40,47). Sum of RGB (Red+Green+Blue) = 250+40+47=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA282F is #05D7D0. Grayscale: #676767. Windows color (decimal): -382929 or 3090682. OLE color: 3090682.
HSL color Cylindrical-coordinate representation of color #FA282F: hue angle of 358º 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 #FA282F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.02 |
| HSL | 358º | 0.95% | 0.57% | - |
| HSV(B) | 358º | 0.84% | 0.98% | - |
| XYZ | 40.7 | 22.05 | 4.8 | - |
| YUV | 103.59 | 96.07 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 47 | 0 | 0.84 | 0.81 | 0.02 | 358 | 0.95 | 0.57 |
| Hex | FA | 28 | 2F | 0 | 54 | 51 | 2 | 166 | 5F | 39 |
| Octal | 372 | 50 | 57 | 0 | 124 | 121 | 2 | 546 | 137 | 71 |
| Binary | 11111010 | 101000 | 101111 | 0 | 1010100 | 1010001 | 10 | 101100110 | 1011111 | 111001 |
Color Harmonies of #FA282F
Complementary color
Monochromatic Colors of #FA282F
Black with #FA282F
Text Example
Text Example
White with #FA282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA282F; }
p { color: rgb(250,40,47); }
H1.HeaderClassName
{
color: #FA282F;
}
.AnyTagClassName
{
color: #FA282F;
}
</style>
background-color css
<style>
a { background-color: #FA282F; }
a { background-color: rgb(250,40,47); }
div.DivClassName
{
background-color: #FA282F;
}
.BgClassName
{
background-color: #FA282F;
}
</style>
border-color css
<style>
span { border-color: #FA282F; }
span { border-color: rgb(250,40,47); }
td.TdClassName
{
border-color: #FA282F;
}
.TagClassName
{
border-color: #FA282F;
}
</style>