Shades of Radical Red #FD5051
Tints of Radical Red #FD5051
RGB
CMYK
RGB Variations
Color information
#FD5051 (or 0xFD5051) is known color: Radical Red. HEX triplet: FD, 50 and 51. RGB value is (253,80,81). Sum of RGB (Red+Green+Blue) = 253+80+81=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5051 is #02AFAE. Grayscale: #848484. Windows color (decimal): -176047 or 5329149. OLE color: 5329149.
HSL color Cylindrical-coordinate representation of color #FD5051: hue angle of 359.65º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5051 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 81 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.01 |
| HSL | 359.65º | 0.98% | 0.65% | - |
| HSV(B) | 359.65º | 0.68% | 0.99% | - |
| XYZ | 44.86 | 27.21 | 10.67 | - |
| YUV | 131.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 81 | 0 | 0.68 | 0.68 | 0.01 | 359.65 | 0.98 | 0.65 |
| Hex | FD | 50 | 51 | 0 | 44 | 44 | 1 | 168 | 62 | 41 |
| Octal | 375 | 120 | 121 | 0 | 104 | 104 | 1 | 550 | 142 | 101 |
| Binary | 11111101 | 1010000 | 1010001 | 0 | 1000100 | 1000100 | 1 | 101101000 | 1100010 | 1000001 |
Color Harmonies of #FD5051
Complementary color
Monochromatic Colors of #FD5051
Black with #FD5051
Text Example
Text Example
White with #FD5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5051; }
p { color: rgb(253,80,81); }
H1.HeaderClassName
{
color: #FD5051;
}
.AnyTagClassName
{
color: #FD5051;
}
</style>
background-color css
<style>
a { background-color: #FD5051; }
a { background-color: rgb(253,80,81); }
div.DivClassName
{
background-color: #FD5051;
}
.BgClassName
{
background-color: #FD5051;
}
</style>
border-color css
<style>
span { border-color: #FD5051; }
span { border-color: rgb(253,80,81); }
td.TdClassName
{
border-color: #FD5051;
}
.TagClassName
{
border-color: #FD5051;
}
</style>