Shades of Radical Red #FF4A4D
Tints of Radical Red #FF4A4D
RGB
CMYK
RGB Variations
Color information
#FF4A4D (or 0xFF4A4D) is known color: Radical Red. HEX triplet: FF, 4A and 4D. RGB value is (255,74,77). Sum of RGB (Red+Green+Blue) = 255+74+77=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A4D is #00B5B2. Grayscale: #808080. Windows color (decimal): -46515 or 5065471. OLE color: 5065471.
HSL color Cylindrical-coordinate representation of color #FF4A4D: hue angle of 359.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A4D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 77 | - |
| CMYK | 0 | 0.71 | 0.70 | 0 |
| HSL | 359.01º | 1% | 0.65% | - |
| HSV(B) | 359.01º | 0.71% | 1% | - |
| XYZ | 45.03 | 26.69 | 9.8 | - |
| YUV | 128.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 77 | 0 | 0.71 | 0.70 | 0 | 359.01 | 1 | 0.65 |
| Hex | FF | 4A | 4D | 0 | 47 | 46 | 0 | 167 | 64 | 41 |
| Octal | 377 | 112 | 115 | 0 | 107 | 106 | 0 | 547 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1001101 | 0 | 1000111 | 1000110 | 0 | 101100111 | 1100100 | 1000001 |
Color Harmonies of #FF4A4D
Complementary color
Monochromatic Colors of #FF4A4D
Black with #FF4A4D
Text Example
Text Example
White with #FF4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A4D; }
p { color: rgb(255,74,77); }
H1.HeaderClassName
{
color: #FF4A4D;
}
.AnyTagClassName
{
color: #FF4A4D;
}
</style>
background-color css
<style>
a { background-color: #FF4A4D; }
a { background-color: rgb(255,74,77); }
div.DivClassName
{
background-color: #FF4A4D;
}
.BgClassName
{
background-color: #FF4A4D;
}
</style>
border-color css
<style>
span { border-color: #FF4A4D; }
span { border-color: rgb(255,74,77); }
td.TdClassName
{
border-color: #FF4A4D;
}
.TagClassName
{
border-color: #FF4A4D;
}
</style>