Shades of Radical Red #FF475C
Tints of Radical Red #FF475C
RGB
CMYK
RGB Variations
Color information
#FF475C (or 0xFF475C) is known color: Radical Red. HEX triplet: FF, 47 and 5C. RGB value is (255,71,92). Sum of RGB (Red+Green+Blue) = 255+71+92=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF475C is #00B8A3. Grayscale: #808080. Windows color (decimal): -47268 or 6047743. OLE color: 6047743.
HSL color Cylindrical-coordinate representation of color #FF475C: hue angle of 353.15º 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 #FF475C is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 92 | - |
| CMYK | 0 | 0.72 | 0.64 | 0 |
| HSL | 353.15º | 1% | 0.64% | - |
| HSV(B) | 353.15º | 0.72% | 1% | - |
| XYZ | 45.43 | 26.54 | 12.85 | - |
| YUV | 128.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 92 | 0 | 0.72 | 0.64 | 0 | 353.15 | 1 | 0.64 |
| Hex | FF | 47 | 5C | 0 | 48 | 40 | 0 | 161 | 64 | 40 |
| Octal | 377 | 107 | 134 | 0 | 110 | 100 | 0 | 541 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1011100 | 0 | 1001000 | 1000000 | 0 | 101100001 | 1100100 | 1000000 |
Color Harmonies of #FF475C
Complementary color
Monochromatic Colors of #FF475C
Black with #FF475C
Text Example
Text Example
White with #FF475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF475C; }
p { color: rgb(255,71,92); }
H1.HeaderClassName
{
color: #FF475C;
}
.AnyTagClassName
{
color: #FF475C;
}
</style>
background-color css
<style>
a { background-color: #FF475C; }
a { background-color: rgb(255,71,92); }
div.DivClassName
{
background-color: #FF475C;
}
.BgClassName
{
background-color: #FF475C;
}
</style>
border-color css
<style>
span { border-color: #FF475C; }
span { border-color: rgb(255,71,92); }
td.TdClassName
{
border-color: #FF475C;
}
.TagClassName
{
border-color: #FF475C;
}
</style>