Shades of Radical Red #FD404D
Tints of Radical Red #FD404D
RGB
CMYK
RGB Variations
Color information
#FD404D (or 0xFD404D) is known color: Radical Red. HEX triplet: FD, 40 and 4D. RGB value is (253,64,77). Sum of RGB (Red+Green+Blue) = 253+64+77=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD404D is #02BFB2. Grayscale: #7A7A7A. Windows color (decimal): -180147 or 5062909. OLE color: 5062909.
HSL color Cylindrical-coordinate representation of color #FD404D: hue angle of 355.87º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD404D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 77 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.01 |
| HSL | 355.87º | 0.98% | 0.62% | - |
| HSV(B) | 355.87º | 0.75% | 0.99% | - |
| XYZ | 43.68 | 25.09 | 9.56 | - |
| YUV | 121.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 77 | 0 | 0.75 | 0.70 | 0.01 | 355.87 | 0.98 | 0.62 |
| Hex | FD | 40 | 4D | 0 | 4B | 46 | 1 | 164 | 62 | 3E |
| Octal | 375 | 100 | 115 | 0 | 113 | 106 | 1 | 544 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1001101 | 0 | 1001011 | 1000110 | 1 | 101100100 | 1100010 | 111110 |
Color Harmonies of #FD404D
Complementary color
Monochromatic Colors of #FD404D
Black with #FD404D
Text Example
Text Example
White with #FD404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD404D; }
p { color: rgb(253,64,77); }
H1.HeaderClassName
{
color: #FD404D;
}
.AnyTagClassName
{
color: #FD404D;
}
</style>
background-color css
<style>
a { background-color: #FD404D; }
a { background-color: rgb(253,64,77); }
div.DivClassName
{
background-color: #FD404D;
}
.BgClassName
{
background-color: #FD404D;
}
</style>
border-color css
<style>
span { border-color: #FD404D; }
span { border-color: rgb(253,64,77); }
td.TdClassName
{
border-color: #FD404D;
}
.TagClassName
{
border-color: #FD404D;
}
</style>