Shades of Radical Red #FD3C52
Tints of Radical Red #FD3C52
RGB
CMYK
RGB Variations
Color information
#FD3C52 (or 0xFD3C52) is known color: Radical Red. HEX triplet: FD, 3C and 52. RGB value is (253,60,82). Sum of RGB (Red+Green+Blue) = 253+60+82=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C52 is #02C3AD. Grayscale: #787878. Windows color (decimal): -181166 or 5389565. OLE color: 5389565.
HSL color Cylindrical-coordinate representation of color #FD3C52: hue angle of 353.16º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C52 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 82 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.01 |
| HSL | 353.16º | 0.98% | 0.61% | - |
| HSV(B) | 353.16º | 0.76% | 0.99% | - |
| XYZ | 43.65 | 24.72 | 10.45 | - |
| YUV | 120.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 82 | 0 | 0.76 | 0.68 | 0.01 | 353.16 | 0.98 | 0.61 |
| Hex | FD | 3C | 52 | 0 | 4C | 44 | 1 | 161 | 62 | 3D |
| Octal | 375 | 74 | 122 | 0 | 114 | 104 | 1 | 541 | 142 | 75 |
| Binary | 11111101 | 111100 | 1010010 | 0 | 1001100 | 1000100 | 1 | 101100001 | 1100010 | 111101 |
Color Harmonies of #FD3C52
Complementary color
Monochromatic Colors of #FD3C52
Black with #FD3C52
Text Example
Text Example
White with #FD3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C52; }
p { color: rgb(253,60,82); }
H1.HeaderClassName
{
color: #FD3C52;
}
.AnyTagClassName
{
color: #FD3C52;
}
</style>
background-color css
<style>
a { background-color: #FD3C52; }
a { background-color: rgb(253,60,82); }
div.DivClassName
{
background-color: #FD3C52;
}
.BgClassName
{
background-color: #FD3C52;
}
</style>
border-color css
<style>
span { border-color: #FD3C52; }
span { border-color: rgb(253,60,82); }
td.TdClassName
{
border-color: #FD3C52;
}
.TagClassName
{
border-color: #FD3C52;
}
</style>