Shades of Alizarin #FA2D36
Tints of Alizarin #FA2D36
RGB
CMYK
RGB Variations
Color information
#FA2D36 (or 0xFA2D36) is known color: Alizarin. HEX triplet: FA, 2D and 36. RGB value is (250,45,54). Sum of RGB (Red+Green+Blue) = 250+45+54=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D36 is #05D2C9. Grayscale: #6B6B6B. Windows color (decimal): -381642 or 3550714. OLE color: 3550714.
HSL color Cylindrical-coordinate representation of color #FA2D36: hue angle of 357.37º 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 #FA2D36 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 54 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.02 |
| HSL | 357.37º | 0.95% | 0.58% | - |
| HSV(B) | 357.37º | 0.82% | 0.98% | - |
| XYZ | 41.03 | 22.47 | 5.66 | - |
| YUV | 107.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 54 | 0 | 0.82 | 0.78 | 0.02 | 357.37 | 0.95 | 0.58 |
| Hex | FA | 2D | 36 | 0 | 52 | 4E | 2 | 165 | 5F | 3A |
| Octal | 372 | 55 | 66 | 0 | 122 | 116 | 2 | 545 | 137 | 72 |
| Binary | 11111010 | 101101 | 110110 | 0 | 1010010 | 1001110 | 10 | 101100101 | 1011111 | 111010 |
Color Harmonies of #FA2D36
Complementary color
Monochromatic Colors of #FA2D36
Black with #FA2D36
Text Example
Text Example
White with #FA2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D36; }
p { color: rgb(250,45,54); }
H1.HeaderClassName
{
color: #FA2D36;
}
.AnyTagClassName
{
color: #FA2D36;
}
</style>
background-color css
<style>
a { background-color: #FA2D36; }
a { background-color: rgb(250,45,54); }
div.DivClassName
{
background-color: #FA2D36;
}
.BgClassName
{
background-color: #FA2D36;
}
</style>
border-color css
<style>
span { border-color: #FA2D36; }
span { border-color: rgb(250,45,54); }
td.TdClassName
{
border-color: #FA2D36;
}
.TagClassName
{
border-color: #FA2D36;
}
</style>