Shades of Radical Red #FF1957
Tints of Radical Red #FF1957
RGB
CMYK
RGB Variations
Color information
#FF1957 (or 0xFF1957) is known color: Radical Red. HEX triplet: FF, 19 and 57. RGB value is (255,25,87). Sum of RGB (Red+Green+Blue) = 255+25+87=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1957 is #00E6A8. Grayscale: #646464. Windows color (decimal): -59049 or 5708287. OLE color: 5708287.
HSL color Cylindrical-coordinate representation of color #FF1957: hue angle of 343.83º 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 #FF1957 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 87 | - |
| CMYK | 0 | 0.90 | 0.66 | 0 |
| HSL | 343.83º | 1% | 0.55% | - |
| HSV(B) | 343.83º | 0.9% | 1% | - |
| XYZ | 43.31 | 22.64 | 11.1 | - |
| YUV | 100.84 | 120.2 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 87 | 0 | 0.90 | 0.66 | 0 | 343.83 | 1 | 0.55 |
| Hex | FF | 19 | 57 | 0 | 5A | 42 | 0 | 158 | 64 | 37 |
| Octal | 377 | 31 | 127 | 0 | 132 | 102 | 0 | 530 | 144 | 67 |
| Binary | 11111111 | 11001 | 1010111 | 0 | 1011010 | 1000010 | 0 | 101011000 | 1100100 | 110111 |
Color Harmonies of #FF1957
Complementary color
Monochromatic Colors of #FF1957
Black with #FF1957
Text Example
Text Example
White with #FF1957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1957; }
p { color: rgb(255,25,87); }
H1.HeaderClassName
{
color: #FF1957;
}
.AnyTagClassName
{
color: #FF1957;
}
</style>
background-color css
<style>
a { background-color: #FF1957; }
a { background-color: rgb(255,25,87); }
div.DivClassName
{
background-color: #FF1957;
}
.BgClassName
{
background-color: #FF1957;
}
</style>
border-color css
<style>
span { border-color: #FF1957; }
span { border-color: rgb(255,25,87); }
td.TdClassName
{
border-color: #FF1957;
}
.TagClassName
{
border-color: #FF1957;
}
</style>