Shades of Alizarin #FD2F3A
Tints of Alizarin #FD2F3A
RGB
CMYK
RGB Variations
Color information
#FD2F3A (or 0xFD2F3A) is known color: Alizarin. HEX triplet: FD, 2F and 3A. RGB value is (253,47,58). Sum of RGB (Red+Green+Blue) = 253+47+58=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F3A is #02D0C5. Grayscale: #6E6E6E. Windows color (decimal): -184518 or 3813373. OLE color: 3813373.
HSL color Cylindrical-coordinate representation of color #FD2F3A: hue angle of 356.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F3A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 58 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.01 |
| HSL | 356.8º | 0.98% | 0.59% | - |
| HSV(B) | 356.8º | 0.81% | 0.99% | - |
| XYZ | 42.29 | 23.22 | 6.26 | - |
| YUV | 109.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 58 | 0 | 0.81 | 0.77 | 0.01 | 356.8 | 0.98 | 0.59 |
| Hex | FD | 2F | 3A | 0 | 51 | 4D | 1 | 165 | 62 | 3B |
| Octal | 375 | 57 | 72 | 0 | 121 | 115 | 1 | 545 | 142 | 73 |
| Binary | 11111101 | 101111 | 111010 | 0 | 1010001 | 1001101 | 1 | 101100101 | 1100010 | 111011 |
Color Harmonies of #FD2F3A
Complementary color
Monochromatic Colors of #FD2F3A
Black with #FD2F3A
Text Example
Text Example
White with #FD2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F3A; }
p { color: rgb(253,47,58); }
H1.HeaderClassName
{
color: #FD2F3A;
}
.AnyTagClassName
{
color: #FD2F3A;
}
</style>
background-color css
<style>
a { background-color: #FD2F3A; }
a { background-color: rgb(253,47,58); }
div.DivClassName
{
background-color: #FD2F3A;
}
.BgClassName
{
background-color: #FD2F3A;
}
</style>
border-color css
<style>
span { border-color: #FD2F3A; }
span { border-color: rgb(253,47,58); }
td.TdClassName
{
border-color: #FD2F3A;
}
.TagClassName
{
border-color: #FD2F3A;
}
</style>