Shades of Radical Red #FF324D
Tints of Radical Red #FF324D
RGB
CMYK
RGB Variations
Color information
#FF324D (or 0xFF324D) is known color: Radical Red. HEX triplet: FF, 32 and 4D. RGB value is (255,50,77). Sum of RGB (Red+Green+Blue) = 255+50+77=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF324D is #00CDB2. Grayscale: #727272. Windows color (decimal): -52659 or 5059327. OLE color: 5059327.
HSL color Cylindrical-coordinate representation of color #FF324D: hue angle of 352.1º 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 #FF324D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 77 | - |
| CMYK | 0 | 0.80 | 0.70 | 0 |
| HSL | 352.1º | 1% | 0.6% | - |
| HSV(B) | 352.1º | 0.8% | 1% | - |
| XYZ | 43.72 | 24.08 | 9.36 | - |
| YUV | 114.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 77 | 0 | 0.80 | 0.70 | 0 | 352.1 | 1 | 0.6 |
| Hex | FF | 32 | 4D | 0 | 50 | 46 | 0 | 160 | 64 | 3C |
| Octal | 377 | 62 | 115 | 0 | 120 | 106 | 0 | 540 | 144 | 74 |
| Binary | 11111111 | 110010 | 1001101 | 0 | 1010000 | 1000110 | 0 | 101100000 | 1100100 | 111100 |
Color Harmonies of #FF324D
Complementary color
Monochromatic Colors of #FF324D
Black with #FF324D
Text Example
Text Example
White with #FF324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF324D; }
p { color: rgb(255,50,77); }
H1.HeaderClassName
{
color: #FF324D;
}
.AnyTagClassName
{
color: #FF324D;
}
</style>
background-color css
<style>
a { background-color: #FF324D; }
a { background-color: rgb(255,50,77); }
div.DivClassName
{
background-color: #FF324D;
}
.BgClassName
{
background-color: #FF324D;
}
</style>
border-color css
<style>
span { border-color: #FF324D; }
span { border-color: rgb(255,50,77); }
td.TdClassName
{
border-color: #FF324D;
}
.TagClassName
{
border-color: #FF324D;
}
</style>