Shades of Radical Red #FF4D5D
Tints of Radical Red #FF4D5D
RGB
CMYK
RGB Variations
Color information
#FF4D5D (or 0xFF4D5D) is known color: Radical Red. HEX triplet: FF, 4D and 5D. RGB value is (255,77,93). Sum of RGB (Red+Green+Blue) = 255+77+93=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D5D is #00B2A2. Grayscale: #848484. Windows color (decimal): -45731 or 6114815. OLE color: 6114815.
HSL color Cylindrical-coordinate representation of color #FF4D5D: hue angle of 354.61º 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 #FF4D5D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 93 | - |
| CMYK | 0 | 0.70 | 0.64 | 0 |
| HSL | 354.61º | 1% | 0.65% | - |
| HSV(B) | 354.61º | 0.7% | 1% | - |
| XYZ | 45.87 | 27.36 | 13.22 | - |
| YUV | 132.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 93 | 0 | 0.70 | 0.64 | 0 | 354.61 | 1 | 0.65 |
| Hex | FF | 4D | 5D | 0 | 46 | 40 | 0 | 163 | 64 | 41 |
| Octal | 377 | 115 | 135 | 0 | 106 | 100 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1011101 | 0 | 1000110 | 1000000 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4D5D
Complementary color
Monochromatic Colors of #FF4D5D
Black with #FF4D5D
Text Example
Text Example
White with #FF4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D5D; }
p { color: rgb(255,77,93); }
H1.HeaderClassName
{
color: #FF4D5D;
}
.AnyTagClassName
{
color: #FF4D5D;
}
</style>
background-color css
<style>
a { background-color: #FF4D5D; }
a { background-color: rgb(255,77,93); }
div.DivClassName
{
background-color: #FF4D5D;
}
.BgClassName
{
background-color: #FF4D5D;
}
</style>
border-color css
<style>
span { border-color: #FF4D5D; }
span { border-color: rgb(255,77,93); }
td.TdClassName
{
border-color: #FF4D5D;
}
.TagClassName
{
border-color: #FF4D5D;
}
</style>