Shades of Radical Red #FF475D
Tints of Radical Red #FF475D
RGB
CMYK
RGB Variations
Color information
#FF475D (or 0xFF475D) is known color: Radical Red. HEX triplet: FF, 47 and 5D. RGB value is (255,71,93). Sum of RGB (Red+Green+Blue) = 255+71+93=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF475D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF475D is #00B8A2. Grayscale: #808080. Windows color (decimal): -47267 or 6113279. OLE color: 6113279.
HSL color Cylindrical-coordinate representation of color #FF475D: hue angle of 352.83º 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 #FF475D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 93 | - |
| CMYK | 0 | 0.72 | 0.64 | 0 |
| HSL | 352.83º | 1% | 0.64% | - |
| HSV(B) | 352.83º | 0.72% | 1% | - |
| XYZ | 45.47 | 26.56 | 13.09 | - |
| YUV | 128.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 93 | 0 | 0.72 | 0.64 | 0 | 352.83 | 1 | 0.64 |
| Hex | FF | 47 | 5D | 0 | 48 | 40 | 0 | 161 | 64 | 40 |
| Octal | 377 | 107 | 135 | 0 | 110 | 100 | 0 | 541 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1011101 | 0 | 1001000 | 1000000 | 0 | 101100001 | 1100100 | 1000000 |
Color Harmonies of #FF475D
Complementary color
Monochromatic Colors of #FF475D
Black with #FF475D
Text Example
Text Example
White with #FF475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF475D; }
p { color: rgb(255,71,93); }
H1.HeaderClassName
{
color: #FF475D;
}
.AnyTagClassName
{
color: #FF475D;
}
</style>
background-color css
<style>
a { background-color: #FF475D; }
a { background-color: rgb(255,71,93); }
div.DivClassName
{
background-color: #FF475D;
}
.BgClassName
{
background-color: #FF475D;
}
</style>
border-color css
<style>
span { border-color: #FF475D; }
span { border-color: rgb(255,71,93); }
td.TdClassName
{
border-color: #FF475D;
}
.TagClassName
{
border-color: #FF475D;
}
</style>