Shades of Radical Red #FF405C
Tints of Radical Red #FF405C
RGB
CMYK
RGB Variations
Color information
#FF405C (or 0xFF405C) is known color: Radical Red. HEX triplet: FF, 40 and 5C. RGB value is (255,64,92). Sum of RGB (Red+Green+Blue) = 255+64+92=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405C is #00BFA3. Grayscale: #7C7C7C. Windows color (decimal): -49060 or 6045951. OLE color: 6045951.
HSL color Cylindrical-coordinate representation of color #FF405C: hue angle of 351.2º 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 #FF405C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 92 | - |
| CMYK | 0 | 0.75 | 0.64 | 0 |
| HSL | 351.2º | 1% | 0.63% | - |
| HSV(B) | 351.2º | 0.75% | 1% | - |
| XYZ | 45.01 | 25.7 | 12.71 | - |
| YUV | 124.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 92 | 0 | 0.75 | 0.64 | 0 | 351.2 | 1 | 0.63 |
| Hex | FF | 40 | 5C | 0 | 4B | 40 | 0 | 15F | 64 | 3F |
| Octal | 377 | 100 | 134 | 0 | 113 | 100 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1011100 | 0 | 1001011 | 1000000 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF405C
Complementary color
Monochromatic Colors of #FF405C
Black with #FF405C
Text Example
Text Example
White with #FF405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF405C; }
p { color: rgb(255,64,92); }
H1.HeaderClassName
{
color: #FF405C;
}
.AnyTagClassName
{
color: #FF405C;
}
</style>
background-color css
<style>
a { background-color: #FF405C; }
a { background-color: rgb(255,64,92); }
div.DivClassName
{
background-color: #FF405C;
}
.BgClassName
{
background-color: #FF405C;
}
</style>
border-color css
<style>
span { border-color: #FF405C; }
span { border-color: rgb(255,64,92); }
td.TdClassName
{
border-color: #FF405C;
}
.TagClassName
{
border-color: #FF405C;
}
</style>