Shades of Radical Red #FF3459
Tints of Radical Red #FF3459
RGB
CMYK
RGB Variations
Color information
#FF3459 (or 0xFF3459) is known color: Radical Red. HEX triplet: FF, 34 and 59. RGB value is (255,52,89). Sum of RGB (Red+Green+Blue) = 255+52+89=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3459 is #00CBA6. Grayscale: #747474. Windows color (decimal): -52135 or 5846271. OLE color: 5846271.
HSL color Cylindrical-coordinate representation of color #FF3459: hue angle of 349.06º 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 #FF3459 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 89 | - |
| CMYK | 0 | 0.80 | 0.65 | 0 |
| HSL | 349.06º | 1% | 0.6% | - |
| HSV(B) | 349.06º | 0.8% | 1% | - |
| XYZ | 44.27 | 24.44 | 11.83 | - |
| YUV | 116.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 89 | 0 | 0.80 | 0.65 | 0 | 349.06 | 1 | 0.6 |
| Hex | FF | 34 | 59 | 0 | 50 | 41 | 0 | 15D | 64 | 3C |
| Octal | 377 | 64 | 131 | 0 | 120 | 101 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110100 | 1011001 | 0 | 1010000 | 1000001 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF3459
Complementary color
Monochromatic Colors of #FF3459
Black with #FF3459
Text Example
Text Example
White with #FF3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3459; }
p { color: rgb(255,52,89); }
H1.HeaderClassName
{
color: #FF3459;
}
.AnyTagClassName
{
color: #FF3459;
}
</style>
background-color css
<style>
a { background-color: #FF3459; }
a { background-color: rgb(255,52,89); }
div.DivClassName
{
background-color: #FF3459;
}
.BgClassName
{
background-color: #FF3459;
}
</style>
border-color css
<style>
span { border-color: #FF3459; }
span { border-color: rgb(255,52,89); }
td.TdClassName
{
border-color: #FF3459;
}
.TagClassName
{
border-color: #FF3459;
}
</style>