Shades of Radical Red #FD325D
Tints of Radical Red #FD325D
RGB
CMYK
RGB Variations
Color information
#FD325D (or 0xFD325D) is known color: Radical Red. HEX triplet: FD, 32 and 5D. RGB value is (253,50,93). Sum of RGB (Red+Green+Blue) = 253+50+93=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD325D is #02CDA2. Grayscale: #737373. Windows color (decimal): -183715 or 6107901. OLE color: 6107901.
HSL color Cylindrical-coordinate representation of color #FD325D: hue angle of 347.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD325D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.01 |
| HSL | 347.29º | 0.98% | 0.59% | - |
| HSV(B) | 347.29º | 0.8% | 0.99% | - |
| XYZ | 43.62 | 23.95 | 12.68 | - |
| YUV | 115.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 93 | 0 | 0.80 | 0.63 | 0.01 | 347.29 | 0.98 | 0.59 |
| Hex | FD | 32 | 5D | 0 | 50 | 3F | 1 | 15B | 62 | 3B |
| Octal | 375 | 62 | 135 | 0 | 120 | 77 | 1 | 533 | 142 | 73 |
| Binary | 11111101 | 110010 | 1011101 | 0 | 1010000 | 111111 | 1 | 101011011 | 1100010 | 111011 |
Color Harmonies of #FD325D
Complementary color
Monochromatic Colors of #FD325D
Black with #FD325D
Text Example
Text Example
White with #FD325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD325D; }
p { color: rgb(253,50,93); }
H1.HeaderClassName
{
color: #FD325D;
}
.AnyTagClassName
{
color: #FD325D;
}
</style>
background-color css
<style>
a { background-color: #FD325D; }
a { background-color: rgb(253,50,93); }
div.DivClassName
{
background-color: #FD325D;
}
.BgClassName
{
background-color: #FD325D;
}
</style>
border-color css
<style>
span { border-color: #FD325D; }
span { border-color: rgb(253,50,93); }
td.TdClassName
{
border-color: #FD325D;
}
.TagClassName
{
border-color: #FD325D;
}
</style>