Shades of Radical Red #FF4C5E
Tints of Radical Red #FF4C5E
RGB
CMYK
RGB Variations
Color information
#FF4C5E (or 0xFF4C5E) is known color: Radical Red. HEX triplet: FF, 4C and 5E. RGB value is (255,76,94). Sum of RGB (Red+Green+Blue) = 255+76+94=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C5E is #00B3A1. Grayscale: #838383. Windows color (decimal): -45986 or 6180095. OLE color: 6180095.
HSL color Cylindrical-coordinate representation of color #FF4C5E: hue angle of 353.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C5E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 94 | - |
| CMYK | 0 | 0.70 | 0.63 | 0 |
| HSL | 353.97º | 1% | 0.65% | - |
| HSV(B) | 353.97º | 0.7% | 1% | - |
| XYZ | 45.84 | 27.24 | 13.43 | - |
| YUV | 131.57 | 106.8 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 94 | 0 | 0.70 | 0.63 | 0 | 353.97 | 1 | 0.65 |
| Hex | FF | 4C | 5E | 0 | 46 | 3F | 0 | 162 | 64 | 41 |
| Octal | 377 | 114 | 136 | 0 | 106 | 77 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1011110 | 0 | 1000110 | 111111 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4C5E
Complementary color
Monochromatic Colors of #FF4C5E
Black with #FF4C5E
Text Example
Text Example
White with #FF4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C5E; }
p { color: rgb(255,76,94); }
H1.HeaderClassName
{
color: #FF4C5E;
}
.AnyTagClassName
{
color: #FF4C5E;
}
</style>
background-color css
<style>
a { background-color: #FF4C5E; }
a { background-color: rgb(255,76,94); }
div.DivClassName
{
background-color: #FF4C5E;
}
.BgClassName
{
background-color: #FF4C5E;
}
</style>
border-color css
<style>
span { border-color: #FF4C5E; }
span { border-color: rgb(255,76,94); }
td.TdClassName
{
border-color: #FF4C5E;
}
.TagClassName
{
border-color: #FF4C5E;
}
</style>