Shades of Radical Red #FF5357
Tints of Radical Red #FF5357
RGB
CMYK
RGB Variations
Color information
#FF5357 (or 0xFF5357) is known color: Radical Red. HEX triplet: FF, 53 and 57. RGB value is (255,83,87). Sum of RGB (Red+Green+Blue) = 255+83+87=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5357 is #00ACA8. Grayscale: #878787. Windows color (decimal): -44201 or 5723135. OLE color: 5723135.
HSL color Cylindrical-coordinate representation of color #FF5357: hue angle of 358.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5357 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 87 | - |
| CMYK | 0 | 0.67 | 0.66 | 0 |
| HSL | 358.6º | 1% | 0.66% | - |
| HSV(B) | 358.6º | 0.67% | 1% | - |
| XYZ | 46.05 | 28.13 | 12.02 | - |
| YUV | 134.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 87 | 0 | 0.67 | 0.66 | 0 | 358.6 | 1 | 0.66 |
| Hex | FF | 53 | 57 | 0 | 43 | 42 | 0 | 167 | 64 | 42 |
| Octal | 377 | 123 | 127 | 0 | 103 | 102 | 0 | 547 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1010111 | 0 | 1000011 | 1000010 | 0 | 101100111 | 1100100 | 1000010 |
Color Harmonies of #FF5357
Complementary color
Monochromatic Colors of #FF5357
Black with #FF5357
Text Example
Text Example
White with #FF5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5357; }
p { color: rgb(255,83,87); }
H1.HeaderClassName
{
color: #FF5357;
}
.AnyTagClassName
{
color: #FF5357;
}
</style>
background-color css
<style>
a { background-color: #FF5357; }
a { background-color: rgb(255,83,87); }
div.DivClassName
{
background-color: #FF5357;
}
.BgClassName
{
background-color: #FF5357;
}
</style>
border-color css
<style>
span { border-color: #FF5357; }
span { border-color: rgb(255,83,87); }
td.TdClassName
{
border-color: #FF5357;
}
.TagClassName
{
border-color: #FF5357;
}
</style>