Shades of Radical Red #FF405D
Tints of Radical Red #FF405D
RGB
CMYK
RGB Variations
Color information
#FF405D (or 0xFF405D) is known color: Radical Red. HEX triplet: FF, 40 and 5D. RGB value is (255,64,93). Sum of RGB (Red+Green+Blue) = 255+64+93=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405D is #00BFA2. Grayscale: #7C7C7C. Windows color (decimal): -49059 or 6111487. OLE color: 6111487.
HSL color Cylindrical-coordinate representation of color #FF405D: hue angle of 350.89º 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 #FF405D is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 93 | - |
| CMYK | 0 | 0.75 | 0.64 | 0 |
| HSL | 350.89º | 1% | 0.63% | - |
| HSV(B) | 350.89º | 0.75% | 1% | - |
| XYZ | 45.05 | 25.72 | 12.95 | - |
| YUV | 124.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 93 | 0 | 0.75 | 0.64 | 0 | 350.89 | 1 | 0.63 |
| Hex | FF | 40 | 5D | 0 | 4B | 40 | 0 | 15F | 64 | 3F |
| Octal | 377 | 100 | 135 | 0 | 113 | 100 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1011101 | 0 | 1001011 | 1000000 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF405D
Complementary color
Monochromatic Colors of #FF405D
Black with #FF405D
Text Example
Text Example
White with #FF405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF405D; }
p { color: rgb(255,64,93); }
H1.HeaderClassName
{
color: #FF405D;
}
.AnyTagClassName
{
color: #FF405D;
}
</style>
background-color css
<style>
a { background-color: #FF405D; }
a { background-color: rgb(255,64,93); }
div.DivClassName
{
background-color: #FF405D;
}
.BgClassName
{
background-color: #FF405D;
}
</style>
border-color css
<style>
span { border-color: #FF405D; }
span { border-color: rgb(255,64,93); }
td.TdClassName
{
border-color: #FF405D;
}
.TagClassName
{
border-color: #FF405D;
}
</style>