Shades of Radical Red #FF515D
Tints of Radical Red #FF515D
RGB
CMYK
RGB Variations
Color information
#FF515D (or 0xFF515D) is known color: Radical Red. HEX triplet: FF, 51 and 5D. RGB value is (255,81,93). Sum of RGB (Red+Green+Blue) = 255+81+93=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF515D is #00AEA2. Grayscale: #868686. Windows color (decimal): -44707 or 6115839. OLE color: 6115839.
HSL color Cylindrical-coordinate representation of color #FF515D: hue angle of 355.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF515D is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 93 | - |
| CMYK | 0 | 0.68 | 0.64 | 0 |
| HSL | 355.86º | 1% | 0.66% | - |
| HSV(B) | 355.86º | 0.68% | 1% | - |
| XYZ | 46.16 | 27.94 | 13.32 | - |
| YUV | 134.39 | 104.65 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 93 | 0 | 0.68 | 0.64 | 0 | 355.86 | 1 | 0.66 |
| Hex | FF | 51 | 5D | 0 | 44 | 40 | 0 | 164 | 64 | 42 |
| Octal | 377 | 121 | 135 | 0 | 104 | 100 | 0 | 544 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1011101 | 0 | 1000100 | 1000000 | 0 | 101100100 | 1100100 | 1000010 |
Color Harmonies of #FF515D
Complementary color
Monochromatic Colors of #FF515D
Black with #FF515D
Text Example
Text Example
White with #FF515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF515D; }
p { color: rgb(255,81,93); }
H1.HeaderClassName
{
color: #FF515D;
}
.AnyTagClassName
{
color: #FF515D;
}
</style>
background-color css
<style>
a { background-color: #FF515D; }
a { background-color: rgb(255,81,93); }
div.DivClassName
{
background-color: #FF515D;
}
.BgClassName
{
background-color: #FF515D;
}
</style>
border-color css
<style>
span { border-color: #FF515D; }
span { border-color: rgb(255,81,93); }
td.TdClassName
{
border-color: #FF515D;
}
.TagClassName
{
border-color: #FF515D;
}
</style>