Shades of Radical Red #FF404D
Tints of Radical Red #FF404D
RGB
CMYK
RGB Variations
Color information
#FF404D (or 0xFF404D) is known color: Radical Red. HEX triplet: FF, 40 and 4D. RGB value is (255,64,77). Sum of RGB (Red+Green+Blue) = 255+64+77=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF404D is #00BFB2. Grayscale: #7A7A7A. Windows color (decimal): -49075 or 5062911. OLE color: 5062911.
HSL color Cylindrical-coordinate representation of color #FF404D: hue angle of 355.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF404D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 77 | - |
| CMYK | 0 | 0.75 | 0.70 | 0 |
| HSL | 355.92º | 1% | 0.63% | - |
| HSV(B) | 355.92º | 0.75% | 1% | - |
| XYZ | 44.41 | 25.46 | 9.6 | - |
| YUV | 122.59 | 102.28 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 77 | 0 | 0.75 | 0.70 | 0 | 355.92 | 1 | 0.63 |
| Hex | FF | 40 | 4D | 0 | 4B | 46 | 0 | 164 | 64 | 3F |
| Octal | 377 | 100 | 115 | 0 | 113 | 106 | 0 | 544 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1001101 | 0 | 1001011 | 1000110 | 0 | 101100100 | 1100100 | 111111 |
Color Harmonies of #FF404D
Complementary color
Monochromatic Colors of #FF404D
Black with #FF404D
Text Example
Text Example
White with #FF404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF404D; }
p { color: rgb(255,64,77); }
H1.HeaderClassName
{
color: #FF404D;
}
.AnyTagClassName
{
color: #FF404D;
}
</style>
background-color css
<style>
a { background-color: #FF404D; }
a { background-color: rgb(255,64,77); }
div.DivClassName
{
background-color: #FF404D;
}
.BgClassName
{
background-color: #FF404D;
}
</style>
border-color css
<style>
span { border-color: #FF404D; }
span { border-color: rgb(255,64,77); }
td.TdClassName
{
border-color: #FF404D;
}
.TagClassName
{
border-color: #FF404D;
}
</style>