Shades of Radical Red #FF474E
Tints of Radical Red #FF474E
RGB
CMYK
RGB Variations
Color information
#FF474E (or 0xFF474E) is known color: Radical Red. HEX triplet: FF, 47 and 4E. RGB value is (255,71,78). Sum of RGB (Red+Green+Blue) = 255+71+78=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF474E is #00B8B1. Grayscale: #7E7E7E. Windows color (decimal): -47282 or 5130239. OLE color: 5130239.
HSL color Cylindrical-coordinate representation of color #FF474E: hue angle of 357.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF474E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 78 | - |
| CMYK | 0 | 0.72 | 0.69 | 0 |
| HSL | 357.72º | 1% | 0.64% | - |
| HSV(B) | 357.72º | 0.72% | 1% | - |
| XYZ | 44.87 | 26.32 | 9.92 | - |
| YUV | 126.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 78 | 0 | 0.72 | 0.69 | 0 | 357.72 | 1 | 0.64 |
| Hex | FF | 47 | 4E | 0 | 48 | 45 | 0 | 166 | 64 | 40 |
| Octal | 377 | 107 | 116 | 0 | 110 | 105 | 0 | 546 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1001110 | 0 | 1001000 | 1000101 | 0 | 101100110 | 1100100 | 1000000 |
Color Harmonies of #FF474E
Complementary color
Monochromatic Colors of #FF474E
Black with #FF474E
Text Example
Text Example
White with #FF474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF474E; }
p { color: rgb(255,71,78); }
H1.HeaderClassName
{
color: #FF474E;
}
.AnyTagClassName
{
color: #FF474E;
}
</style>
background-color css
<style>
a { background-color: #FF474E; }
a { background-color: rgb(255,71,78); }
div.DivClassName
{
background-color: #FF474E;
}
.BgClassName
{
background-color: #FF474E;
}
</style>
border-color css
<style>
span { border-color: #FF474E; }
span { border-color: rgb(255,71,78); }
td.TdClassName
{
border-color: #FF474E;
}
.TagClassName
{
border-color: #FF474E;
}
</style>