Shades of Radical Red #FD5253
Tints of Radical Red #FD5253
RGB
CMYK
RGB Variations
Color information
#FD5253 (or 0xFD5253) is known color: Radical Red. HEX triplet: FD, 52 and 53. RGB value is (253,82,83). Sum of RGB (Red+Green+Blue) = 253+82+83=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5253 is #02ADAC. Grayscale: #858585. Windows color (decimal): -175533 or 5460733. OLE color: 5460733.
HSL color Cylindrical-coordinate representation of color #FD5253: hue angle of 359.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5253 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 83 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.01 |
| HSL | 359.65º | 0.98% | 0.66% | - |
| HSV(B) | 359.65º | 0.68% | 0.99% | - |
| XYZ | 45.09 | 27.54 | 11.12 | - |
| YUV | 133.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 83 | 0 | 0.68 | 0.67 | 0.01 | 359.65 | 0.98 | 0.66 |
| Hex | FD | 52 | 53 | 0 | 44 | 43 | 1 | 168 | 62 | 42 |
| Octal | 375 | 122 | 123 | 0 | 104 | 103 | 1 | 550 | 142 | 102 |
| Binary | 11111101 | 1010010 | 1010011 | 0 | 1000100 | 1000011 | 1 | 101101000 | 1100010 | 1000010 |
Color Harmonies of #FD5253
Complementary color
Monochromatic Colors of #FD5253
Black with #FD5253
Text Example
Text Example
White with #FD5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5253; }
p { color: rgb(253,82,83); }
H1.HeaderClassName
{
color: #FD5253;
}
.AnyTagClassName
{
color: #FD5253;
}
</style>
background-color css
<style>
a { background-color: #FD5253; }
a { background-color: rgb(253,82,83); }
div.DivClassName
{
background-color: #FD5253;
}
.BgClassName
{
background-color: #FD5253;
}
</style>
border-color css
<style>
span { border-color: #FD5253; }
span { border-color: rgb(253,82,83); }
td.TdClassName
{
border-color: #FD5253;
}
.TagClassName
{
border-color: #FD5253;
}
</style>