Shades of Radical Red #FD2051
Tints of Radical Red #FD2051
RGB
CMYK
RGB Variations
Color information
#FD2051 (or 0xFD2051) is known color: Radical Red. HEX triplet: FD, 20 and 51. RGB value is (253,32,81). Sum of RGB (Red+Green+Blue) = 253+32+81=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2051 is #02DFAE. Grayscale: #676767. Windows color (decimal): -188335 or 5316861. OLE color: 5316861.
HSL color Cylindrical-coordinate representation of color #FD2051: hue angle of 346.7º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2051 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 81 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.01 |
| HSL | 346.7º | 0.98% | 0.56% | - |
| HSV(B) | 346.7º | 0.87% | 0.99% | - |
| XYZ | 42.51 | 22.51 | 9.89 | - |
| YUV | 103.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 81 | 0 | 0.87 | 0.68 | 0.01 | 346.7 | 0.98 | 0.56 |
| Hex | FD | 20 | 51 | 0 | 57 | 44 | 1 | 15B | 62 | 38 |
| Octal | 375 | 40 | 121 | 0 | 127 | 104 | 1 | 533 | 142 | 70 |
| Binary | 11111101 | 100000 | 1010001 | 0 | 1010111 | 1000100 | 1 | 101011011 | 1100010 | 111000 |
Color Harmonies of #FD2051
Complementary color
Monochromatic Colors of #FD2051
Black with #FD2051
Text Example
Text Example
White with #FD2051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2051; }
p { color: rgb(253,32,81); }
H1.HeaderClassName
{
color: #FD2051;
}
.AnyTagClassName
{
color: #FD2051;
}
</style>
background-color css
<style>
a { background-color: #FD2051; }
a { background-color: rgb(253,32,81); }
div.DivClassName
{
background-color: #FD2051;
}
.BgClassName
{
background-color: #FD2051;
}
</style>
border-color css
<style>
span { border-color: #FD2051; }
span { border-color: rgb(253,32,81); }
td.TdClassName
{
border-color: #FD2051;
}
.TagClassName
{
border-color: #FD2051;
}
</style>