Shades of Alizarin #FD2A3F
Tints of Alizarin #FD2A3F
RGB
CMYK
RGB Variations
Color information
#FD2A3F (or 0xFD2A3F) is known color: Alizarin. HEX triplet: FD, 2A and 3F. RGB value is (253,42,63). Sum of RGB (Red+Green+Blue) = 253+42+63=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A3F is #02D5C0. Grayscale: #6B6B6B. Windows color (decimal): -185793 or 4139773. OLE color: 4139773.
HSL color Cylindrical-coordinate representation of color #FD2A3F: hue angle of 354.03º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A3F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 63 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.01 |
| HSL | 354.03º | 0.98% | 0.58% | - |
| HSV(B) | 354.03º | 0.83% | 0.99% | - |
| XYZ | 42.23 | 22.9 | 6.9 | - |
| YUV | 107.48 | 102.9 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 63 | 0 | 0.83 | 0.75 | 0.01 | 354.03 | 0.98 | 0.58 |
| Hex | FD | 2A | 3F | 0 | 53 | 4B | 1 | 162 | 62 | 3A |
| Octal | 375 | 52 | 77 | 0 | 123 | 113 | 1 | 542 | 142 | 72 |
| Binary | 11111101 | 101010 | 111111 | 0 | 1010011 | 1001011 | 1 | 101100010 | 1100010 | 111010 |
Color Harmonies of #FD2A3F
Complementary color
Monochromatic Colors of #FD2A3F
Black with #FD2A3F
Text Example
Text Example
White with #FD2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A3F; }
p { color: rgb(253,42,63); }
H1.HeaderClassName
{
color: #FD2A3F;
}
.AnyTagClassName
{
color: #FD2A3F;
}
</style>
background-color css
<style>
a { background-color: #FD2A3F; }
a { background-color: rgb(253,42,63); }
div.DivClassName
{
background-color: #FD2A3F;
}
.BgClassName
{
background-color: #FD2A3F;
}
</style>
border-color css
<style>
span { border-color: #FD2A3F; }
span { border-color: rgb(253,42,63); }
td.TdClassName
{
border-color: #FD2A3F;
}
.TagClassName
{
border-color: #FD2A3F;
}
</style>