Shades of Radical Red #FF5053
Tints of Radical Red #FF5053
RGB
CMYK
RGB Variations
Color information
#FF5053 (or 0xFF5053) is known color: Radical Red. HEX triplet: FF, 50 and 53. RGB value is (255,80,83). Sum of RGB (Red+Green+Blue) = 255+80+83=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5053 is #00AFAC. Grayscale: #848484. Windows color (decimal): -44973 or 5460223. OLE color: 5460223.
HSL color Cylindrical-coordinate representation of color #FF5053: hue angle of 358.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5053 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 83 | - |
| CMYK | 0 | 0.69 | 0.67 | 0 |
| HSL | 358.97º | 1% | 0.66% | - |
| HSV(B) | 358.97º | 0.69% | 1% | - |
| XYZ | 45.67 | 27.62 | 11.11 | - |
| YUV | 132.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 83 | 0 | 0.69 | 0.67 | 0 | 358.97 | 1 | 0.66 |
| Hex | FF | 50 | 53 | 0 | 45 | 43 | 0 | 167 | 64 | 42 |
| Octal | 377 | 120 | 123 | 0 | 105 | 103 | 0 | 547 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1010011 | 0 | 1000101 | 1000011 | 0 | 101100111 | 1100100 | 1000010 |
Color Harmonies of #FF5053
Complementary color
Monochromatic Colors of #FF5053
Black with #FF5053
Text Example
Text Example
White with #FF5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5053; }
p { color: rgb(255,80,83); }
H1.HeaderClassName
{
color: #FF5053;
}
.AnyTagClassName
{
color: #FF5053;
}
</style>
background-color css
<style>
a { background-color: #FF5053; }
a { background-color: rgb(255,80,83); }
div.DivClassName
{
background-color: #FF5053;
}
.BgClassName
{
background-color: #FF5053;
}
</style>
border-color css
<style>
span { border-color: #FF5053; }
span { border-color: rgb(255,80,83); }
td.TdClassName
{
border-color: #FF5053;
}
.TagClassName
{
border-color: #FF5053;
}
</style>