Shades of Radical Red #FD404A
Tints of Radical Red #FD404A
RGB
CMYK
RGB Variations
Color information
#FD404A (or 0xFD404A) is known color: Radical Red. HEX triplet: FD, 40 and 4A. RGB value is (253,64,74). Sum of RGB (Red+Green+Blue) = 253+64+74=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD404A is #02BFB5. Grayscale: #797979. Windows color (decimal): -180150 or 4866301. OLE color: 4866301.
HSL color Cylindrical-coordinate representation of color #FD404A: hue angle of 356.83º 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 #FD404A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.01 |
| HSL | 356.83º | 0.98% | 0.62% | - |
| HSV(B) | 356.83º | 0.75% | 0.99% | - |
| XYZ | 43.58 | 25.04 | 9.02 | - |
| YUV | 121.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 74 | 0 | 0.75 | 0.71 | 0.01 | 356.83 | 0.98 | 0.62 |
| Hex | FD | 40 | 4A | 0 | 4B | 47 | 1 | 165 | 62 | 3E |
| Octal | 375 | 100 | 112 | 0 | 113 | 107 | 1 | 545 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1001010 | 0 | 1001011 | 1000111 | 1 | 101100101 | 1100010 | 111110 |
Color Harmonies of #FD404A
Complementary color
Monochromatic Colors of #FD404A
Black with #FD404A
Text Example
Text Example
White with #FD404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD404A; }
p { color: rgb(253,64,74); }
H1.HeaderClassName
{
color: #FD404A;
}
.AnyTagClassName
{
color: #FD404A;
}
</style>
background-color css
<style>
a { background-color: #FD404A; }
a { background-color: rgb(253,64,74); }
div.DivClassName
{
background-color: #FD404A;
}
.BgClassName
{
background-color: #FD404A;
}
</style>
border-color css
<style>
span { border-color: #FD404A; }
span { border-color: rgb(253,64,74); }
td.TdClassName
{
border-color: #FD404A;
}
.TagClassName
{
border-color: #FD404A;
}
</style>