Shades of Radical Red #FF3456
Tints of Radical Red #FF3456
RGB
CMYK
RGB Variations
Color information
#FF3456 (or 0xFF3456) is known color: Radical Red. HEX triplet: FF, 34 and 56. RGB value is (255,52,86). Sum of RGB (Red+Green+Blue) = 255+52+86=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3456 is #00CBA9. Grayscale: #747474. Windows color (decimal): -52138 or 5649663. OLE color: 5649663.
HSL color Cylindrical-coordinate representation of color #FF3456: hue angle of 349.95º 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 #FF3456 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 86 | - |
| CMYK | 0 | 0.80 | 0.66 | 0 |
| HSL | 349.95º | 1% | 0.6% | - |
| HSV(B) | 349.95º | 0.8% | 1% | - |
| XYZ | 44.15 | 24.39 | 11.18 | - |
| YUV | 116.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 86 | 0 | 0.80 | 0.66 | 0 | 349.95 | 1 | 0.6 |
| Hex | FF | 34 | 56 | 0 | 50 | 42 | 0 | 15E | 64 | 3C |
| Octal | 377 | 64 | 126 | 0 | 120 | 102 | 0 | 536 | 144 | 74 |
| Binary | 11111111 | 110100 | 1010110 | 0 | 1010000 | 1000010 | 0 | 101011110 | 1100100 | 111100 |
Color Harmonies of #FF3456
Complementary color
Monochromatic Colors of #FF3456
Black with #FF3456
Text Example
Text Example
White with #FF3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3456; }
p { color: rgb(255,52,86); }
H1.HeaderClassName
{
color: #FF3456;
}
.AnyTagClassName
{
color: #FF3456;
}
</style>
background-color css
<style>
a { background-color: #FF3456; }
a { background-color: rgb(255,52,86); }
div.DivClassName
{
background-color: #FF3456;
}
.BgClassName
{
background-color: #FF3456;
}
</style>
border-color css
<style>
span { border-color: #FF3456; }
span { border-color: rgb(255,52,86); }
td.TdClassName
{
border-color: #FF3456;
}
.TagClassName
{
border-color: #FF3456;
}
</style>