Shades of Radical Red #FD4D52
Tints of Radical Red #FD4D52
RGB
CMYK
RGB Variations
Color information
#FD4D52 (or 0xFD4D52) is known color: Radical Red. HEX triplet: FD, 4D and 52. RGB value is (253,77,82). Sum of RGB (Red+Green+Blue) = 253+77+82=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D52 is #02B2AD. Grayscale: #828282. Windows color (decimal): -176814 or 5393917. OLE color: 5393917.
HSL color Cylindrical-coordinate representation of color #FD4D52: hue angle of 358.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4D52 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 82 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.01 |
| HSL | 358.3º | 0.98% | 0.65% | - |
| HSV(B) | 358.3º | 0.7% | 0.99% | - |
| XYZ | 44.68 | 26.8 | 10.8 | - |
| YUV | 130.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 82 | 0 | 0.70 | 0.68 | 0.01 | 358.3 | 0.98 | 0.65 |
| Hex | FD | 4D | 52 | 0 | 46 | 44 | 1 | 166 | 62 | 41 |
| Octal | 375 | 115 | 122 | 0 | 106 | 104 | 1 | 546 | 142 | 101 |
| Binary | 11111101 | 1001101 | 1010010 | 0 | 1000110 | 1000100 | 1 | 101100110 | 1100010 | 1000001 |
Color Harmonies of #FD4D52
Complementary color
Monochromatic Colors of #FD4D52
Black with #FD4D52
Text Example
Text Example
White with #FD4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D52; }
p { color: rgb(253,77,82); }
H1.HeaderClassName
{
color: #FD4D52;
}
.AnyTagClassName
{
color: #FD4D52;
}
</style>
background-color css
<style>
a { background-color: #FD4D52; }
a { background-color: rgb(253,77,82); }
div.DivClassName
{
background-color: #FD4D52;
}
.BgClassName
{
background-color: #FD4D52;
}
</style>
border-color css
<style>
span { border-color: #FD4D52; }
span { border-color: rgb(253,77,82); }
td.TdClassName
{
border-color: #FD4D52;
}
.TagClassName
{
border-color: #FD4D52;
}
</style>