Shades of Radical Red #FF5257
Tints of Radical Red #FF5257
RGB
CMYK
RGB Variations
Color information
#FF5257 (or 0xFF5257) is known color: Radical Red. HEX triplet: FF, 52 and 57. RGB value is (255,82,87). Sum of RGB (Red+Green+Blue) = 255+82+87=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5257 is #00ADA8. Grayscale: #868686. Windows color (decimal): -44457 or 5722879. OLE color: 5722879.
HSL color Cylindrical-coordinate representation of color #FF5257: hue angle of 358.27º 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 #FF5257 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 87 | - |
| CMYK | 0 | 0.68 | 0.66 | 0 |
| HSL | 358.27º | 1% | 0.66% | - |
| HSV(B) | 358.27º | 0.68% | 1% | - |
| XYZ | 45.98 | 27.98 | 11.99 | - |
| YUV | 134.3 | 101.31 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 87 | 0 | 0.68 | 0.66 | 0 | 358.27 | 1 | 0.66 |
| Hex | FF | 52 | 57 | 0 | 44 | 42 | 0 | 166 | 64 | 42 |
| Octal | 377 | 122 | 127 | 0 | 104 | 102 | 0 | 546 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1010111 | 0 | 1000100 | 1000010 | 0 | 101100110 | 1100100 | 1000010 |
Color Harmonies of #FF5257
Complementary color
Monochromatic Colors of #FF5257
Black with #FF5257
Text Example
Text Example
White with #FF5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5257; }
p { color: rgb(255,82,87); }
H1.HeaderClassName
{
color: #FF5257;
}
.AnyTagClassName
{
color: #FF5257;
}
</style>
background-color css
<style>
a { background-color: #FF5257; }
a { background-color: rgb(255,82,87); }
div.DivClassName
{
background-color: #FF5257;
}
.BgClassName
{
background-color: #FF5257;
}
</style>
border-color css
<style>
span { border-color: #FF5257; }
span { border-color: rgb(255,82,87); }
td.TdClassName
{
border-color: #FF5257;
}
.TagClassName
{
border-color: #FF5257;
}
</style>