Shades of Radical Red #FF4D5B
Tints of Radical Red #FF4D5B
RGB
CMYK
RGB Variations
Color information
#FF4D5B (or 0xFF4D5B) is known color: Radical Red. HEX triplet: FF, 4D and 5B. RGB value is (255,77,91). Sum of RGB (Red+Green+Blue) = 255+77+91=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D5B is #00B2A4. Grayscale: #838383. Windows color (decimal): -45733 or 5983743. OLE color: 5983743.
HSL color Cylindrical-coordinate representation of color #FF4D5B: hue angle of 355.28º 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 #FF4D5B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 91 | - |
| CMYK | 0 | 0.70 | 0.64 | 0 |
| HSL | 355.28º | 1% | 0.65% | - |
| HSV(B) | 355.28º | 0.7% | 1% | - |
| XYZ | 45.78 | 27.32 | 12.76 | - |
| YUV | 131.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 91 | 0 | 0.70 | 0.64 | 0 | 355.28 | 1 | 0.65 |
| Hex | FF | 4D | 5B | 0 | 46 | 40 | 0 | 163 | 64 | 41 |
| Octal | 377 | 115 | 133 | 0 | 106 | 100 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1011011 | 0 | 1000110 | 1000000 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4D5B
Complementary color
Monochromatic Colors of #FF4D5B
Black with #FF4D5B
Text Example
Text Example
White with #FF4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D5B; }
p { color: rgb(255,77,91); }
H1.HeaderClassName
{
color: #FF4D5B;
}
.AnyTagClassName
{
color: #FF4D5B;
}
</style>
background-color css
<style>
a { background-color: #FF4D5B; }
a { background-color: rgb(255,77,91); }
div.DivClassName
{
background-color: #FF4D5B;
}
.BgClassName
{
background-color: #FF4D5B;
}
</style>
border-color css
<style>
span { border-color: #FF4D5B; }
span { border-color: rgb(255,77,91); }
td.TdClassName
{
border-color: #FF4D5B;
}
.TagClassName
{
border-color: #FF4D5B;
}
</style>