Shades of Radical Red #FF324B
Tints of Radical Red #FF324B
RGB
CMYK
RGB Variations
Color information
#FF324B (or 0xFF324B) is known color: Radical Red. HEX triplet: FF, 32 and 4B. RGB value is (255,50,75). Sum of RGB (Red+Green+Blue) = 255+50+75=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF324B is #00CDB4. Grayscale: #727272. Windows color (decimal): -52661 or 4928255. OLE color: 4928255.
HSL color Cylindrical-coordinate representation of color #FF324B: hue angle of 352.68º 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 #FF324B is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 75 | - |
| CMYK | 0 | 0.80 | 0.71 | 0 |
| HSL | 352.68º | 1% | 0.6% | - |
| HSV(B) | 352.68º | 0.8% | 1% | - |
| XYZ | 43.65 | 24.05 | 9 | - |
| YUV | 114.15 | 105.92 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 75 | 0 | 0.80 | 0.71 | 0 | 352.68 | 1 | 0.6 |
| Hex | FF | 32 | 4B | 0 | 50 | 47 | 0 | 161 | 64 | 3C |
| Octal | 377 | 62 | 113 | 0 | 120 | 107 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110010 | 1001011 | 0 | 1010000 | 1000111 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF324B
Complementary color
Monochromatic Colors of #FF324B
Black with #FF324B
Text Example
Text Example
White with #FF324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF324B; }
p { color: rgb(255,50,75); }
H1.HeaderClassName
{
color: #FF324B;
}
.AnyTagClassName
{
color: #FF324B;
}
</style>
background-color css
<style>
a { background-color: #FF324B; }
a { background-color: rgb(255,50,75); }
div.DivClassName
{
background-color: #FF324B;
}
.BgClassName
{
background-color: #FF324B;
}
</style>
border-color css
<style>
span { border-color: #FF324B; }
span { border-color: rgb(255,50,75); }
td.TdClassName
{
border-color: #FF324B;
}
.TagClassName
{
border-color: #FF324B;
}
</style>