Shades of Radical Red #FF5253
Tints of Radical Red #FF5253
RGB
CMYK
RGB Variations
Color information
#FF5253 (or 0xFF5253) is known color: Radical Red. HEX triplet: FF, 52 and 53. RGB value is (255,82,83). Sum of RGB (Red+Green+Blue) = 255+82+83=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5253 is #00ADAC. Grayscale: #868686. Windows color (decimal): -44461 or 5460735. OLE color: 5460735.
HSL color Cylindrical-coordinate representation of color #FF5253: hue angle of 359.65º 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 #FF5253 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 83 | - |
| CMYK | 0 | 0.68 | 0.67 | 0 |
| HSL | 359.65º | 1% | 0.66% | - |
| HSV(B) | 359.65º | 0.68% | 1% | - |
| XYZ | 45.82 | 27.92 | 11.16 | - |
| YUV | 133.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 83 | 0 | 0.68 | 0.67 | 0 | 359.65 | 1 | 0.66 |
| Hex | FF | 52 | 53 | 0 | 44 | 43 | 0 | 168 | 64 | 42 |
| Octal | 377 | 122 | 123 | 0 | 104 | 103 | 0 | 550 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1010011 | 0 | 1000100 | 1000011 | 0 | 101101000 | 1100100 | 1000010 |
Color Harmonies of #FF5253
Complementary color
Monochromatic Colors of #FF5253
Black with #FF5253
Text Example
Text Example
White with #FF5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5253; }
p { color: rgb(255,82,83); }
H1.HeaderClassName
{
color: #FF5253;
}
.AnyTagClassName
{
color: #FF5253;
}
</style>
background-color css
<style>
a { background-color: #FF5253; }
a { background-color: rgb(255,82,83); }
div.DivClassName
{
background-color: #FF5253;
}
.BgClassName
{
background-color: #FF5253;
}
</style>
border-color css
<style>
span { border-color: #FF5253; }
span { border-color: rgb(255,82,83); }
td.TdClassName
{
border-color: #FF5253;
}
.TagClassName
{
border-color: #FF5253;
}
</style>