Shades of Alizarin #FA2735
Tints of Alizarin #FA2735
RGB
CMYK
RGB Variations
Color information
#FA2735 (or 0xFA2735) is known color: Alizarin. HEX triplet: FA, 27 and 35. RGB value is (250,39,53). Sum of RGB (Red+Green+Blue) = 250+39+53=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2735 is #05D8CA. Grayscale: #676767. Windows color (decimal): -383179 or 3483642. OLE color: 3483642.
HSL color Cylindrical-coordinate representation of color #FA2735: hue angle of 356.02º 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 #FA2735 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 53 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.02 |
| HSL | 356.02º | 0.95% | 0.57% | - |
| HSV(B) | 356.02º | 0.84% | 0.98% | - |
| XYZ | 40.79 | 22.03 | 5.47 | - |
| YUV | 103.69 | 99.4 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 53 | 0 | 0.84 | 0.79 | 0.02 | 356.02 | 0.95 | 0.57 |
| Hex | FA | 27 | 35 | 0 | 54 | 4F | 2 | 164 | 5F | 39 |
| Octal | 372 | 47 | 65 | 0 | 124 | 117 | 2 | 544 | 137 | 71 |
| Binary | 11111010 | 100111 | 110101 | 0 | 1010100 | 1001111 | 10 | 101100100 | 1011111 | 111001 |
Color Harmonies of #FA2735
Complementary color
Monochromatic Colors of #FA2735
Black with #FA2735
Text Example
Text Example
White with #FA2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2735; }
p { color: rgb(250,39,53); }
H1.HeaderClassName
{
color: #FA2735;
}
.AnyTagClassName
{
color: #FA2735;
}
</style>
background-color css
<style>
a { background-color: #FA2735; }
a { background-color: rgb(250,39,53); }
div.DivClassName
{
background-color: #FA2735;
}
.BgClassName
{
background-color: #FA2735;
}
</style>
border-color css
<style>
span { border-color: #FA2735; }
span { border-color: rgb(250,39,53); }
td.TdClassName
{
border-color: #FA2735;
}
.TagClassName
{
border-color: #FA2735;
}
</style>