Shades of Radical Red #FF324E
Tints of Radical Red #FF324E
RGB
CMYK
RGB Variations
Color information
#FF324E (or 0xFF324E) is known color: Radical Red. HEX triplet: FF, 32 and 4E. RGB value is (255,50,78). Sum of RGB (Red+Green+Blue) = 255+50+78=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF324E is #00CDB1. Grayscale: #727272. Windows color (decimal): -52658 or 5124863. OLE color: 5124863.
HSL color Cylindrical-coordinate representation of color #FF324E: hue angle of 351.8º 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 #FF324E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0 |
| HSL | 351.8º | 1% | 0.6% | - |
| HSV(B) | 351.8º | 0.8% | 1% | - |
| XYZ | 43.76 | 24.09 | 9.55 | - |
| YUV | 114.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 78 | 0 | 0.80 | 0.69 | 0 | 351.8 | 1 | 0.6 |
| Hex | FF | 32 | 4E | 0 | 50 | 45 | 0 | 160 | 64 | 3C |
| Octal | 377 | 62 | 116 | 0 | 120 | 105 | 0 | 540 | 144 | 74 |
| Binary | 11111111 | 110010 | 1001110 | 0 | 1010000 | 1000101 | 0 | 101100000 | 1100100 | 111100 |
Color Harmonies of #FF324E
Complementary color
Monochromatic Colors of #FF324E
Black with #FF324E
Text Example
Text Example
White with #FF324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF324E; }
p { color: rgb(255,50,78); }
H1.HeaderClassName
{
color: #FF324E;
}
.AnyTagClassName
{
color: #FF324E;
}
</style>
background-color css
<style>
a { background-color: #FF324E; }
a { background-color: rgb(255,50,78); }
div.DivClassName
{
background-color: #FF324E;
}
.BgClassName
{
background-color: #FF324E;
}
</style>
border-color css
<style>
span { border-color: #FF324E; }
span { border-color: rgb(255,50,78); }
td.TdClassName
{
border-color: #FF324E;
}
.TagClassName
{
border-color: #FF324E;
}
</style>