Shades of Radical Red #FD474D
Tints of Radical Red #FD474D
RGB
CMYK
RGB Variations
Color information
#FD474D (or 0xFD474D) is known color: Radical Red. HEX triplet: FD, 47 and 4D. RGB value is (253,71,77). Sum of RGB (Red+Green+Blue) = 253+71+77=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD474D is #02B8B2. Grayscale: #7E7E7E. Windows color (decimal): -178355 or 5064701. OLE color: 5064701.
HSL color Cylindrical-coordinate representation of color #FD474D: hue angle of 358.02º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD474D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 77 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.01 |
| HSL | 358.02º | 0.98% | 0.64% | - |
| HSV(B) | 358.02º | 0.72% | 0.99% | - |
| XYZ | 44.1 | 25.92 | 9.7 | - |
| YUV | 126.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 77 | 0 | 0.72 | 0.70 | 0.01 | 358.02 | 0.98 | 0.64 |
| Hex | FD | 47 | 4D | 0 | 48 | 46 | 1 | 166 | 62 | 40 |
| Octal | 375 | 107 | 115 | 0 | 110 | 106 | 1 | 546 | 142 | 100 |
| Binary | 11111101 | 1000111 | 1001101 | 0 | 1001000 | 1000110 | 1 | 101100110 | 1100010 | 1000000 |
Color Harmonies of #FD474D
Complementary color
Monochromatic Colors of #FD474D
Black with #FD474D
Text Example
Text Example
White with #FD474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD474D; }
p { color: rgb(253,71,77); }
H1.HeaderClassName
{
color: #FD474D;
}
.AnyTagClassName
{
color: #FD474D;
}
</style>
background-color css
<style>
a { background-color: #FD474D; }
a { background-color: rgb(253,71,77); }
div.DivClassName
{
background-color: #FD474D;
}
.BgClassName
{
background-color: #FD474D;
}
</style>
border-color css
<style>
span { border-color: #FD474D; }
span { border-color: rgb(253,71,77); }
td.TdClassName
{
border-color: #FD474D;
}
.TagClassName
{
border-color: #FD474D;
}
</style>