Shades of Radical Red #FD325C
Tints of Radical Red #FD325C
RGB
CMYK
RGB Variations
Color information
#FD325C (or 0xFD325C) is known color: Radical Red. HEX triplet: FD, 32 and 5C. RGB value is (253,50,92). Sum of RGB (Red+Green+Blue) = 253+50+92=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD325C is #02CDA3. Grayscale: #737373. Windows color (decimal): -183716 or 6042365. OLE color: 6042365.
HSL color Cylindrical-coordinate representation of color #FD325C: hue angle of 347.59º 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 #FD325C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 92 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.01 |
| HSL | 347.59º | 0.98% | 0.59% | - |
| HSV(B) | 347.59º | 0.8% | 0.99% | - |
| XYZ | 43.58 | 23.94 | 12.45 | - |
| YUV | 115.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 92 | 0 | 0.80 | 0.64 | 0.01 | 347.59 | 0.98 | 0.59 |
| Hex | FD | 32 | 5C | 0 | 50 | 40 | 1 | 15C | 62 | 3B |
| Octal | 375 | 62 | 134 | 0 | 120 | 100 | 1 | 534 | 142 | 73 |
| Binary | 11111101 | 110010 | 1011100 | 0 | 1010000 | 1000000 | 1 | 101011100 | 1100010 | 111011 |
Color Harmonies of #FD325C
Complementary color
Monochromatic Colors of #FD325C
Black with #FD325C
Text Example
Text Example
White with #FD325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD325C; }
p { color: rgb(253,50,92); }
H1.HeaderClassName
{
color: #FD325C;
}
.AnyTagClassName
{
color: #FD325C;
}
</style>
background-color css
<style>
a { background-color: #FD325C; }
a { background-color: rgb(253,50,92); }
div.DivClassName
{
background-color: #FD325C;
}
.BgClassName
{
background-color: #FD325C;
}
</style>
border-color css
<style>
span { border-color: #FD325C; }
span { border-color: rgb(253,50,92); }
td.TdClassName
{
border-color: #FD325C;
}
.TagClassName
{
border-color: #FD325C;
}
</style>