Shades of Alizarin #FA2D3E
Tints of Alizarin #FA2D3E
RGB
CMYK
RGB Variations
Color information
#FA2D3E (or 0xFA2D3E) is known color: Alizarin. HEX triplet: FA, 2D and 3E. RGB value is (250,45,62). Sum of RGB (Red+Green+Blue) = 250+45+62=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D3E is #05D2C1. Grayscale: #6C6C6C. Windows color (decimal): -381634 or 4075002. OLE color: 4075002.
HSL color Cylindrical-coordinate representation of color #FA2D3E: hue angle of 355.02º 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 #FA2D3E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 62 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.02 |
| HSL | 355.02º | 0.95% | 0.58% | - |
| HSV(B) | 355.02º | 0.82% | 0.98% | - |
| XYZ | 41.23 | 22.55 | 6.74 | - |
| YUV | 108.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 62 | 0 | 0.82 | 0.75 | 0.02 | 355.02 | 0.95 | 0.58 |
| Hex | FA | 2D | 3E | 0 | 52 | 4B | 2 | 163 | 5F | 3A |
| Octal | 372 | 55 | 76 | 0 | 122 | 113 | 2 | 543 | 137 | 72 |
| Binary | 11111010 | 101101 | 111110 | 0 | 1010010 | 1001011 | 10 | 101100011 | 1011111 | 111010 |
Color Harmonies of #FA2D3E
Complementary color
Monochromatic Colors of #FA2D3E
Black with #FA2D3E
Text Example
Text Example
White with #FA2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D3E; }
p { color: rgb(250,45,62); }
H1.HeaderClassName
{
color: #FA2D3E;
}
.AnyTagClassName
{
color: #FA2D3E;
}
</style>
background-color css
<style>
a { background-color: #FA2D3E; }
a { background-color: rgb(250,45,62); }
div.DivClassName
{
background-color: #FA2D3E;
}
.BgClassName
{
background-color: #FA2D3E;
}
</style>
border-color css
<style>
span { border-color: #FA2D3E; }
span { border-color: rgb(250,45,62); }
td.TdClassName
{
border-color: #FA2D3E;
}
.TagClassName
{
border-color: #FA2D3E;
}
</style>