Shades of Alizarin #FD292F
Tints of Alizarin #FD292F
RGB
CMYK
RGB Variations
Color information
#FD292F (or 0xFD292F) is known color: Alizarin. HEX triplet: FD, 29 and 2F. RGB value is (253,41,47). Sum of RGB (Red+Green+Blue) = 253+41+47=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD292F is #02D6D0. Grayscale: #696969. Windows color (decimal): -186065 or 3090941. OLE color: 3090941.
HSL color Cylindrical-coordinate representation of color #FD292F: hue angle of 358.3º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD292F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.01 |
| HSL | 358.3º | 0.98% | 0.58% | - |
| HSV(B) | 358.3º | 0.84% | 0.99% | - |
| XYZ | 41.81 | 22.67 | 4.86 | - |
| YUV | 105.07 | 95.24 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 47 | 0 | 0.84 | 0.81 | 0.01 | 358.3 | 0.98 | 0.58 |
| Hex | FD | 29 | 2F | 0 | 54 | 51 | 1 | 166 | 62 | 3A |
| Octal | 375 | 51 | 57 | 0 | 124 | 121 | 1 | 546 | 142 | 72 |
| Binary | 11111101 | 101001 | 101111 | 0 | 1010100 | 1010001 | 1 | 101100110 | 1100010 | 111010 |
Color Harmonies of #FD292F
Complementary color
Monochromatic Colors of #FD292F
Black with #FD292F
Text Example
Text Example
White with #FD292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD292F; }
p { color: rgb(253,41,47); }
H1.HeaderClassName
{
color: #FD292F;
}
.AnyTagClassName
{
color: #FD292F;
}
</style>
background-color css
<style>
a { background-color: #FD292F; }
a { background-color: rgb(253,41,47); }
div.DivClassName
{
background-color: #FD292F;
}
.BgClassName
{
background-color: #FD292F;
}
</style>
border-color css
<style>
span { border-color: #FD292F; }
span { border-color: rgb(253,41,47); }
td.TdClassName
{
border-color: #FD292F;
}
.TagClassName
{
border-color: #FD292F;
}
</style>