Shades of Radical Red #FF3159
Tints of Radical Red #FF3159
RGB
CMYK
RGB Variations
Color information
#FF3159 (or 0xFF3159) is known color: Radical Red. HEX triplet: FF, 31 and 59. RGB value is (255,49,89). Sum of RGB (Red+Green+Blue) = 255+49+89=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3159 is #00CEA6. Grayscale: #737373. Windows color (decimal): -52903 or 5845503. OLE color: 5845503.
HSL color Cylindrical-coordinate representation of color #FF3159: hue angle of 348.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3159 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 89 | - |
| CMYK | 0 | 0.81 | 0.65 | 0 |
| HSL | 348.35º | 1% | 0.6% | - |
| HSV(B) | 348.35º | 0.81% | 1% | - |
| XYZ | 44.14 | 24.18 | 11.79 | - |
| YUV | 115.15 | 113.25 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 89 | 0 | 0.81 | 0.65 | 0 | 348.35 | 1 | 0.6 |
| Hex | FF | 31 | 59 | 0 | 51 | 41 | 0 | 15C | 64 | 3C |
| Octal | 377 | 61 | 131 | 0 | 121 | 101 | 0 | 534 | 144 | 74 |
| Binary | 11111111 | 110001 | 1011001 | 0 | 1010001 | 1000001 | 0 | 101011100 | 1100100 | 111100 |
Color Harmonies of #FF3159
Complementary color
Monochromatic Colors of #FF3159
Black with #FF3159
Text Example
Text Example
White with #FF3159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3159; }
p { color: rgb(255,49,89); }
H1.HeaderClassName
{
color: #FF3159;
}
.AnyTagClassName
{
color: #FF3159;
}
</style>
background-color css
<style>
a { background-color: #FF3159; }
a { background-color: rgb(255,49,89); }
div.DivClassName
{
background-color: #FF3159;
}
.BgClassName
{
background-color: #FF3159;
}
</style>
border-color css
<style>
span { border-color: #FF3159; }
span { border-color: rgb(255,49,89); }
td.TdClassName
{
border-color: #FF3159;
}
.TagClassName
{
border-color: #FF3159;
}
</style>