Shades of Radical Red #FF325D
Tints of Radical Red #FF325D
RGB
CMYK
RGB Variations
Color information
#FF325D (or 0xFF325D) is known color: Radical Red. HEX triplet: FF, 32 and 5D. RGB value is (255,50,93). Sum of RGB (Red+Green+Blue) = 255+50+93=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF325D is #00CDA2. Grayscale: #747474. Windows color (decimal): -52643 or 6107903. OLE color: 6107903.
HSL color Cylindrical-coordinate representation of color #FF325D: hue angle of 347.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF325D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 93 | - |
| CMYK | 0 | 0.80 | 0.64 | 0 |
| HSL | 347.41º | 1% | 0.6% | - |
| HSV(B) | 347.41º | 0.8% | 1% | - |
| XYZ | 44.36 | 24.33 | 12.71 | - |
| YUV | 116.2 | 114.92 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 93 | 0 | 0.80 | 0.64 | 0 | 347.41 | 1 | 0.6 |
| Hex | FF | 32 | 5D | 0 | 50 | 40 | 0 | 15B | 64 | 3C |
| Octal | 377 | 62 | 135 | 0 | 120 | 100 | 0 | 533 | 144 | 74 |
| Binary | 11111111 | 110010 | 1011101 | 0 | 1010000 | 1000000 | 0 | 101011011 | 1100100 | 111100 |
Color Harmonies of #FF325D
Complementary color
Monochromatic Colors of #FF325D
Black with #FF325D
Text Example
Text Example
White with #FF325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF325D; }
p { color: rgb(255,50,93); }
H1.HeaderClassName
{
color: #FF325D;
}
.AnyTagClassName
{
color: #FF325D;
}
</style>
background-color css
<style>
a { background-color: #FF325D; }
a { background-color: rgb(255,50,93); }
div.DivClassName
{
background-color: #FF325D;
}
.BgClassName
{
background-color: #FF325D;
}
</style>
border-color css
<style>
span { border-color: #FF325D; }
span { border-color: rgb(255,50,93); }
td.TdClassName
{
border-color: #FF325D;
}
.TagClassName
{
border-color: #FF325D;
}
</style>