Shades of Radical Red #FF345B
Tints of Radical Red #FF345B
RGB
CMYK
RGB Variations
Color information
#FF345B (or 0xFF345B) is known color: Radical Red. HEX triplet: FF, 34 and 5B. RGB value is (255,52,91). Sum of RGB (Red+Green+Blue) = 255+52+91=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF345B is #00CBA4. Grayscale: #757575. Windows color (decimal): -52133 or 5977343. OLE color: 5977343.
HSL color Cylindrical-coordinate representation of color #FF345B: hue angle of 348.47º 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 #FF345B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 91 | - |
| CMYK | 0 | 0.80 | 0.64 | 0 |
| HSL | 348.47º | 1% | 0.6% | - |
| HSV(B) | 348.47º | 0.8% | 1% | - |
| XYZ | 44.36 | 24.47 | 12.28 | - |
| YUV | 117.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 91 | 0 | 0.80 | 0.64 | 0 | 348.47 | 1 | 0.6 |
| Hex | FF | 34 | 5B | 0 | 50 | 40 | 0 | 15C | 64 | 3C |
| Octal | 377 | 64 | 133 | 0 | 120 | 100 | 0 | 534 | 144 | 74 |
| Binary | 11111111 | 110100 | 1011011 | 0 | 1010000 | 1000000 | 0 | 101011100 | 1100100 | 111100 |
Color Harmonies of #FF345B
Complementary color
Monochromatic Colors of #FF345B
Black with #FF345B
Text Example
Text Example
White with #FF345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF345B; }
p { color: rgb(255,52,91); }
H1.HeaderClassName
{
color: #FF345B;
}
.AnyTagClassName
{
color: #FF345B;
}
</style>
background-color css
<style>
a { background-color: #FF345B; }
a { background-color: rgb(255,52,91); }
div.DivClassName
{
background-color: #FF345B;
}
.BgClassName
{
background-color: #FF345B;
}
</style>
border-color css
<style>
span { border-color: #FF345B; }
span { border-color: rgb(255,52,91); }
td.TdClassName
{
border-color: #FF345B;
}
.TagClassName
{
border-color: #FF345B;
}
</style>