Shades of Radical Red #FF345E
Tints of Radical Red #FF345E
RGB
CMYK
RGB Variations
Color information
#FF345E (or 0xFF345E) is known color: Radical Red. HEX triplet: FF, 34 and 5E. RGB value is (255,52,94). Sum of RGB (Red+Green+Blue) = 255+52+94=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF345E is #00CBA1. Grayscale: #757575. Windows color (decimal): -52130 or 6173951. OLE color: 6173951.
HSL color Cylindrical-coordinate representation of color #FF345E: hue angle of 347.59º 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 #FF345E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 94 | - |
| CMYK | 0 | 0.80 | 0.63 | 0 |
| HSL | 347.59º | 1% | 0.6% | - |
| HSV(B) | 347.59º | 0.8% | 1% | - |
| XYZ | 44.49 | 24.52 | 12.98 | - |
| YUV | 117.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 94 | 0 | 0.80 | 0.63 | 0 | 347.59 | 1 | 0.6 |
| Hex | FF | 34 | 5E | 0 | 50 | 3F | 0 | 15C | 64 | 3C |
| Octal | 377 | 64 | 136 | 0 | 120 | 77 | 0 | 534 | 144 | 74 |
| Binary | 11111111 | 110100 | 1011110 | 0 | 1010000 | 111111 | 0 | 101011100 | 1100100 | 111100 |
Color Harmonies of #FF345E
Complementary color
Monochromatic Colors of #FF345E
Black with #FF345E
Text Example
Text Example
White with #FF345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF345E; }
p { color: rgb(255,52,94); }
H1.HeaderClassName
{
color: #FF345E;
}
.AnyTagClassName
{
color: #FF345E;
}
</style>
background-color css
<style>
a { background-color: #FF345E; }
a { background-color: rgb(255,52,94); }
div.DivClassName
{
background-color: #FF345E;
}
.BgClassName
{
background-color: #FF345E;
}
</style>
border-color css
<style>
span { border-color: #FF345E; }
span { border-color: rgb(255,52,94); }
td.TdClassName
{
border-color: #FF345E;
}
.TagClassName
{
border-color: #FF345E;
}
</style>