Shades of Radical Red #FF404A
Tints of Radical Red #FF404A
RGB
CMYK
RGB Variations
Color information
#FF404A (or 0xFF404A) is known color: Radical Red. HEX triplet: FF, 40 and 4A. RGB value is (255,64,74). Sum of RGB (Red+Green+Blue) = 255+64+74=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF404A is #00BFB5. Grayscale: #7A7A7A. Windows color (decimal): -49078 or 4866303. OLE color: 4866303.
HSL color Cylindrical-coordinate representation of color #FF404A: hue angle of 356.86º 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 #FF404A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0 |
| HSL | 356.86º | 1% | 0.63% | - |
| HSV(B) | 356.86º | 0.75% | 1% | - |
| XYZ | 44.31 | 25.42 | 9.05 | - |
| YUV | 122.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 74 | 0 | 0.75 | 0.71 | 0 | 356.86 | 1 | 0.63 |
| Hex | FF | 40 | 4A | 0 | 4B | 47 | 0 | 165 | 64 | 3F |
| Octal | 377 | 100 | 112 | 0 | 113 | 107 | 0 | 545 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1001010 | 0 | 1001011 | 1000111 | 0 | 101100101 | 1100100 | 111111 |
Color Harmonies of #FF404A
Complementary color
Monochromatic Colors of #FF404A
Black with #FF404A
Text Example
Text Example
White with #FF404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF404A; }
p { color: rgb(255,64,74); }
H1.HeaderClassName
{
color: #FF404A;
}
.AnyTagClassName
{
color: #FF404A;
}
</style>
background-color css
<style>
a { background-color: #FF404A; }
a { background-color: rgb(255,64,74); }
div.DivClassName
{
background-color: #FF404A;
}
.BgClassName
{
background-color: #FF404A;
}
</style>
border-color css
<style>
span { border-color: #FF404A; }
span { border-color: rgb(255,64,74); }
td.TdClassName
{
border-color: #FF404A;
}
.TagClassName
{
border-color: #FF404A;
}
</style>