Shades of Radical Red #FF4D4E
Tints of Radical Red #FF4D4E
RGB
CMYK
RGB Variations
Color information
#FF4D4E (or 0xFF4D4E) is known color: Radical Red. HEX triplet: FF, 4D and 4E. RGB value is (255,77,78). Sum of RGB (Red+Green+Blue) = 255+77+78=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D4E is #00B2B1. Grayscale: #828282. Windows color (decimal): -45746 or 5131775. OLE color: 5131775.
HSL color Cylindrical-coordinate representation of color #FF4D4E: hue angle of 359.66º 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 #FF4D4E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 78 | - |
| CMYK | 0 | 0.70 | 0.69 | 0 |
| HSL | 359.66º | 1% | 0.65% | - |
| HSV(B) | 359.66º | 0.7% | 1% | - |
| XYZ | 45.27 | 27.12 | 10.06 | - |
| YUV | 130.34 | 98.47 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 78 | 0 | 0.70 | 0.69 | 0 | 359.66 | 1 | 0.65 |
| Hex | FF | 4D | 4E | 0 | 46 | 45 | 0 | 168 | 64 | 41 |
| Octal | 377 | 115 | 116 | 0 | 106 | 105 | 0 | 550 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1001110 | 0 | 1000110 | 1000101 | 0 | 101101000 | 1100100 | 1000001 |
Color Harmonies of #FF4D4E
Complementary color
Monochromatic Colors of #FF4D4E
Black with #FF4D4E
Text Example
Text Example
White with #FF4D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D4E; }
p { color: rgb(255,77,78); }
H1.HeaderClassName
{
color: #FF4D4E;
}
.AnyTagClassName
{
color: #FF4D4E;
}
</style>
background-color css
<style>
a { background-color: #FF4D4E; }
a { background-color: rgb(255,77,78); }
div.DivClassName
{
background-color: #FF4D4E;
}
.BgClassName
{
background-color: #FF4D4E;
}
</style>
border-color css
<style>
span { border-color: #FF4D4E; }
span { border-color: rgb(255,77,78); }
td.TdClassName
{
border-color: #FF4D4E;
}
.TagClassName
{
border-color: #FF4D4E;
}
</style>