Shades of Alizarin #FA2C3B
Tints of Alizarin #FA2C3B
RGB
CMYK
RGB Variations
Color information
#FA2C3B (or 0xFA2C3B) is known color: Alizarin. HEX triplet: FA, 2C and 3B. RGB value is (250,44,59). Sum of RGB (Red+Green+Blue) = 250+44+59=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C3B is #05D3C4. Grayscale: #6B6B6B. Windows color (decimal): -381893 or 3878138. OLE color: 3878138.
HSL color Cylindrical-coordinate representation of color #FA2C3B: hue angle of 355.63º 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 #FA2C3B is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 59 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.63º | 0.95% | 0.58% | - |
| HSV(B) | 355.63º | 0.82% | 0.98% | - |
| XYZ | 41.11 | 22.44 | 6.3 | - |
| YUV | 107.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 59 | 0 | 0.82 | 0.76 | 0.02 | 355.63 | 0.95 | 0.58 |
| Hex | FA | 2C | 3B | 0 | 52 | 4C | 2 | 164 | 5F | 3A |
| Octal | 372 | 54 | 73 | 0 | 122 | 114 | 2 | 544 | 137 | 72 |
| Binary | 11111010 | 101100 | 111011 | 0 | 1010010 | 1001100 | 10 | 101100100 | 1011111 | 111010 |
Color Harmonies of #FA2C3B
Complementary color
Monochromatic Colors of #FA2C3B
Black with #FA2C3B
Text Example
Text Example
White with #FA2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C3B; }
p { color: rgb(250,44,59); }
H1.HeaderClassName
{
color: #FA2C3B;
}
.AnyTagClassName
{
color: #FA2C3B;
}
</style>
background-color css
<style>
a { background-color: #FA2C3B; }
a { background-color: rgb(250,44,59); }
div.DivClassName
{
background-color: #FA2C3B;
}
.BgClassName
{
background-color: #FA2C3B;
}
</style>
border-color css
<style>
span { border-color: #FA2C3B; }
span { border-color: rgb(250,44,59); }
td.TdClassName
{
border-color: #FA2C3B;
}
.TagClassName
{
border-color: #FA2C3B;
}
</style>