Shades of Radical Red #FF3157
Tints of Radical Red #FF3157
RGB
CMYK
RGB Variations
Color information
#FF3157 (or 0xFF3157) is known color: Radical Red. HEX triplet: FF, 31 and 57. RGB value is (255,49,87). Sum of RGB (Red+Green+Blue) = 255+49+87=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3157 is #00CEA8. Grayscale: #727272. Windows color (decimal): -52905 or 5714431. OLE color: 5714431.
HSL color Cylindrical-coordinate representation of color #FF3157: hue angle of 348.93º 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 #FF3157 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 87 | - |
| CMYK | 0 | 0.81 | 0.66 | 0 |
| HSL | 348.93º | 1% | 0.6% | - |
| HSV(B) | 348.93º | 0.81% | 1% | - |
| XYZ | 44.06 | 24.14 | 11.36 | - |
| YUV | 114.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 87 | 0 | 0.81 | 0.66 | 0 | 348.93 | 1 | 0.6 |
| Hex | FF | 31 | 57 | 0 | 51 | 42 | 0 | 15D | 64 | 3C |
| Octal | 377 | 61 | 127 | 0 | 121 | 102 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110001 | 1010111 | 0 | 1010001 | 1000010 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF3157
Complementary color
Monochromatic Colors of #FF3157
Black with #FF3157
Text Example
Text Example
White with #FF3157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3157; }
p { color: rgb(255,49,87); }
H1.HeaderClassName
{
color: #FF3157;
}
.AnyTagClassName
{
color: #FF3157;
}
</style>
background-color css
<style>
a { background-color: #FF3157; }
a { background-color: rgb(255,49,87); }
div.DivClassName
{
background-color: #FF3157;
}
.BgClassName
{
background-color: #FF3157;
}
</style>
border-color css
<style>
span { border-color: #FF3157; }
span { border-color: rgb(255,49,87); }
td.TdClassName
{
border-color: #FF3157;
}
.TagClassName
{
border-color: #FF3157;
}
</style>