Shades of Radical Red #FF344D
Tints of Radical Red #FF344D
RGB
CMYK
RGB Variations
Color information
#FF344D (or 0xFF344D) is known color: Radical Red. HEX triplet: FF, 34 and 4D. RGB value is (255,52,77). Sum of RGB (Red+Green+Blue) = 255+52+77=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF344D is #00CBB2. Grayscale: #737373. Windows color (decimal): -52147 or 5059839. OLE color: 5059839.
HSL color Cylindrical-coordinate representation of color #FF344D: hue angle of 352.61º 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 #FF344D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 77 | - |
| CMYK | 0 | 0.80 | 0.70 | 0 |
| HSL | 352.61º | 1% | 0.6% | - |
| HSV(B) | 352.61º | 0.8% | 1% | - |
| XYZ | 43.81 | 24.25 | 9.39 | - |
| YUV | 115.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 77 | 0 | 0.80 | 0.70 | 0 | 352.61 | 1 | 0.6 |
| Hex | FF | 34 | 4D | 0 | 50 | 46 | 0 | 161 | 64 | 3C |
| Octal | 377 | 64 | 115 | 0 | 120 | 106 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110100 | 1001101 | 0 | 1010000 | 1000110 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF344D
Complementary color
Monochromatic Colors of #FF344D
Black with #FF344D
Text Example
Text Example
White with #FF344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF344D; }
p { color: rgb(255,52,77); }
H1.HeaderClassName
{
color: #FF344D;
}
.AnyTagClassName
{
color: #FF344D;
}
</style>
background-color css
<style>
a { background-color: #FF344D; }
a { background-color: rgb(255,52,77); }
div.DivClassName
{
background-color: #FF344D;
}
.BgClassName
{
background-color: #FF344D;
}
</style>
border-color css
<style>
span { border-color: #FF344D; }
span { border-color: rgb(255,52,77); }
td.TdClassName
{
border-color: #FF344D;
}
.TagClassName
{
border-color: #FF344D;
}
</style>