Shades of Radical Red #FF4D55
Tints of Radical Red #FF4D55
RGB
CMYK
RGB Variations
Color information
#FF4D55 (or 0xFF4D55) is known color: Radical Red. HEX triplet: FF, 4D and 55. RGB value is (255,77,85). Sum of RGB (Red+Green+Blue) = 255+77+85=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D55 is #00B2AA. Grayscale: #838383. Windows color (decimal): -45739 or 5590527. OLE color: 5590527.
HSL color Cylindrical-coordinate representation of color #FF4D55: hue angle of 357.3º 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 #FF4D55 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 85 | - |
| CMYK | 0 | 0.70 | 0.67 | 0 |
| HSL | 357.3º | 1% | 0.65% | - |
| HSV(B) | 357.3º | 0.7% | 1% | - |
| XYZ | 45.53 | 27.22 | 11.45 | - |
| YUV | 131.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 85 | 0 | 0.70 | 0.67 | 0 | 357.3 | 1 | 0.65 |
| Hex | FF | 4D | 55 | 0 | 46 | 43 | 0 | 165 | 64 | 41 |
| Octal | 377 | 115 | 125 | 0 | 106 | 103 | 0 | 545 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1010101 | 0 | 1000110 | 1000011 | 0 | 101100101 | 1100100 | 1000001 |
Color Harmonies of #FF4D55
Complementary color
Monochromatic Colors of #FF4D55
Black with #FF4D55
Text Example
Text Example
White with #FF4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D55; }
p { color: rgb(255,77,85); }
H1.HeaderClassName
{
color: #FF4D55;
}
.AnyTagClassName
{
color: #FF4D55;
}
</style>
background-color css
<style>
a { background-color: #FF4D55; }
a { background-color: rgb(255,77,85); }
div.DivClassName
{
background-color: #FF4D55;
}
.BgClassName
{
background-color: #FF4D55;
}
</style>
border-color css
<style>
span { border-color: #FF4D55; }
span { border-color: rgb(255,77,85); }
td.TdClassName
{
border-color: #FF4D55;
}
.TagClassName
{
border-color: #FF4D55;
}
</style>