Shades of Radical Red #FF1959
Tints of Radical Red #FF1959
RGB
CMYK
RGB Variations
Color information
#FF1959 (or 0xFF1959) is known color: Radical Red. HEX triplet: FF, 19 and 59. RGB value is (255,25,89). Sum of RGB (Red+Green+Blue) = 255+25+89=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1959 is #00E6A6. Grayscale: #656565. Windows color (decimal): -59047 or 5839359. OLE color: 5839359.
HSL color Cylindrical-coordinate representation of color #FF1959: hue angle of 343.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1959 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 89 | - |
| CMYK | 0 | 0.90 | 0.65 | 0 |
| HSL | 343.3º | 1% | 0.55% | - |
| HSV(B) | 343.3º | 0.9% | 1% | - |
| XYZ | 43.39 | 22.68 | 11.54 | - |
| YUV | 101.07 | 121.2 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 89 | 0 | 0.90 | 0.65 | 0 | 343.3 | 1 | 0.55 |
| Hex | FF | 19 | 59 | 0 | 5A | 41 | 0 | 157 | 64 | 37 |
| Octal | 377 | 31 | 131 | 0 | 132 | 101 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11001 | 1011001 | 0 | 1011010 | 1000001 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF1959
Complementary color
Monochromatic Colors of #FF1959
Black with #FF1959
Text Example
Text Example
White with #FF1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1959; }
p { color: rgb(255,25,89); }
H1.HeaderClassName
{
color: #FF1959;
}
.AnyTagClassName
{
color: #FF1959;
}
</style>
background-color css
<style>
a { background-color: #FF1959; }
a { background-color: rgb(255,25,89); }
div.DivClassName
{
background-color: #FF1959;
}
.BgClassName
{
background-color: #FF1959;
}
</style>
border-color css
<style>
span { border-color: #FF1959; }
span { border-color: rgb(255,25,89); }
td.TdClassName
{
border-color: #FF1959;
}
.TagClassName
{
border-color: #FF1959;
}
</style>