Shades of Radical Red #FF3257
Tints of Radical Red #FF3257
RGB
CMYK
RGB Variations
Color information
#FF3257 (or 0xFF3257) is known color: Radical Red. HEX triplet: FF, 32 and 57. RGB value is (255,50,87). Sum of RGB (Red+Green+Blue) = 255+50+87=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3257 is #00CDA8. Grayscale: #737373. Windows color (decimal): -52649 or 5714687. OLE color: 5714687.
HSL color Cylindrical-coordinate representation of color #FF3257: hue angle of 349.17º 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 #FF3257 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 87 | - |
| CMYK | 0 | 0.80 | 0.66 | 0 |
| HSL | 349.17º | 1% | 0.6% | - |
| HSV(B) | 349.17º | 0.8% | 1% | - |
| XYZ | 44.1 | 24.23 | 11.37 | - |
| YUV | 115.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 87 | 0 | 0.80 | 0.66 | 0 | 349.17 | 1 | 0.6 |
| Hex | FF | 32 | 57 | 0 | 50 | 42 | 0 | 15D | 64 | 3C |
| Octal | 377 | 62 | 127 | 0 | 120 | 102 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110010 | 1010111 | 0 | 1010000 | 1000010 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF3257
Complementary color
Monochromatic Colors of #FF3257
Black with #FF3257
Text Example
Text Example
White with #FF3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3257; }
p { color: rgb(255,50,87); }
H1.HeaderClassName
{
color: #FF3257;
}
.AnyTagClassName
{
color: #FF3257;
}
</style>
background-color css
<style>
a { background-color: #FF3257; }
a { background-color: rgb(255,50,87); }
div.DivClassName
{
background-color: #FF3257;
}
.BgClassName
{
background-color: #FF3257;
}
</style>
border-color css
<style>
span { border-color: #FF3257; }
span { border-color: rgb(255,50,87); }
td.TdClassName
{
border-color: #FF3257;
}
.TagClassName
{
border-color: #FF3257;
}
</style>