Shades of Alizarin #FA393D
Tints of Alizarin #FA393D
RGB
CMYK
RGB Variations
Color information
#FA393D (or 0xFA393D) is known color: Alizarin. HEX triplet: FA, 39 and 3D. RGB value is (250,57,61). Sum of RGB (Red+Green+Blue) = 250+57+61=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA393D is #05C6C2. Grayscale: #737373. Windows color (decimal): -378563 or 4012538. OLE color: 4012538.
HSL color Cylindrical-coordinate representation of color #FA393D: hue angle of 358.76º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA393D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 61 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.02 |
| HSL | 358.76º | 0.95% | 0.6% | - |
| HSV(B) | 358.76º | 0.77% | 0.98% | - |
| XYZ | 41.73 | 23.59 | 6.77 | - |
| YUV | 115.16 | 97.44 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 61 | 0 | 0.77 | 0.76 | 0.02 | 358.76 | 0.95 | 0.6 |
| Hex | FA | 39 | 3D | 0 | 4D | 4C | 2 | 167 | 5F | 3C |
| Octal | 372 | 71 | 75 | 0 | 115 | 114 | 2 | 547 | 137 | 74 |
| Binary | 11111010 | 111001 | 111101 | 0 | 1001101 | 1001100 | 10 | 101100111 | 1011111 | 111100 |
Color Harmonies of #FA393D
Complementary color
Monochromatic Colors of #FA393D
Black with #FA393D
Text Example
Text Example
White with #FA393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA393D; }
p { color: rgb(250,57,61); }
H1.HeaderClassName
{
color: #FA393D;
}
.AnyTagClassName
{
color: #FA393D;
}
</style>
background-color css
<style>
a { background-color: #FA393D; }
a { background-color: rgb(250,57,61); }
div.DivClassName
{
background-color: #FA393D;
}
.BgClassName
{
background-color: #FA393D;
}
</style>
border-color css
<style>
span { border-color: #FA393D; }
span { border-color: rgb(250,57,61); }
td.TdClassName
{
border-color: #FA393D;
}
.TagClassName
{
border-color: #FA393D;
}
</style>