Shades of Radical Red #FF325F
Tints of Radical Red #FF325F
RGB
CMYK
RGB Variations
Color information
#FF325F (or 0xFF325F) is known color: Radical Red. HEX triplet: FF, 32 and 5F. RGB value is (255,50,95). Sum of RGB (Red+Green+Blue) = 255+50+95=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF325F is #00CDA0. Grayscale: #747474. Windows color (decimal): -52641 or 6238975. OLE color: 6238975.
HSL color Cylindrical-coordinate representation of color #FF325F: hue angle of 346.83º 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 #FF325F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 95 | - |
| CMYK | 0 | 0.80 | 0.63 | 0 |
| HSL | 346.83º | 1% | 0.6% | - |
| HSV(B) | 346.83º | 0.8% | 1% | - |
| XYZ | 44.45 | 24.37 | 13.19 | - |
| YUV | 116.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 95 | 0 | 0.80 | 0.63 | 0 | 346.83 | 1 | 0.6 |
| Hex | FF | 32 | 5F | 0 | 50 | 3F | 0 | 15B | 64 | 3C |
| Octal | 377 | 62 | 137 | 0 | 120 | 77 | 0 | 533 | 144 | 74 |
| Binary | 11111111 | 110010 | 1011111 | 0 | 1010000 | 111111 | 0 | 101011011 | 1100100 | 111100 |
Color Harmonies of #FF325F
Complementary color
Monochromatic Colors of #FF325F
Black with #FF325F
Text Example
Text Example
White with #FF325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF325F; }
p { color: rgb(255,50,95); }
H1.HeaderClassName
{
color: #FF325F;
}
.AnyTagClassName
{
color: #FF325F;
}
</style>
background-color css
<style>
a { background-color: #FF325F; }
a { background-color: rgb(255,50,95); }
div.DivClassName
{
background-color: #FF325F;
}
.BgClassName
{
background-color: #FF325F;
}
</style>
border-color css
<style>
span { border-color: #FF325F; }
span { border-color: rgb(255,50,95); }
td.TdClassName
{
border-color: #FF325F;
}
.TagClassName
{
border-color: #FF325F;
}
</style>