Shades of Radical Red #FF475B
Tints of Radical Red #FF475B
RGB
CMYK
RGB Variations
Color information
#FF475B (or 0xFF475B) is known color: Radical Red. HEX triplet: FF, 47 and 5B. RGB value is (255,71,91). Sum of RGB (Red+Green+Blue) = 255+71+91=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF475B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF475B is #00B8A4. Grayscale: #808080. Windows color (decimal): -47269 or 5982207. OLE color: 5982207.
HSL color Cylindrical-coordinate representation of color #FF475B: hue angle of 353.48º 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 #FF475B is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 91 | - |
| CMYK | 0 | 0.72 | 0.64 | 0 |
| HSL | 353.48º | 1% | 0.64% | - |
| HSV(B) | 353.48º | 0.72% | 1% | - |
| XYZ | 45.38 | 26.52 | 12.62 | - |
| YUV | 128.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 91 | 0 | 0.72 | 0.64 | 0 | 353.48 | 1 | 0.64 |
| Hex | FF | 47 | 5B | 0 | 48 | 40 | 0 | 161 | 64 | 40 |
| Octal | 377 | 107 | 133 | 0 | 110 | 100 | 0 | 541 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1011011 | 0 | 1001000 | 1000000 | 0 | 101100001 | 1100100 | 1000000 |
Color Harmonies of #FF475B
Complementary color
Monochromatic Colors of #FF475B
Black with #FF475B
Text Example
Text Example
White with #FF475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF475B; }
p { color: rgb(255,71,91); }
H1.HeaderClassName
{
color: #FF475B;
}
.AnyTagClassName
{
color: #FF475B;
}
</style>
background-color css
<style>
a { background-color: #FF475B; }
a { background-color: rgb(255,71,91); }
div.DivClassName
{
background-color: #FF475B;
}
.BgClassName
{
background-color: #FF475B;
}
</style>
border-color css
<style>
span { border-color: #FF475B; }
span { border-color: rgb(255,71,91); }
td.TdClassName
{
border-color: #FF475B;
}
.TagClassName
{
border-color: #FF475B;
}
</style>