Shades of Radical Red #FF3C56
Tints of Radical Red #FF3C56
RGB
CMYK
RGB Variations
Color information
#FF3C56 (or 0xFF3C56) is known color: Radical Red. HEX triplet: FF, 3C and 56. RGB value is (255,60,86). Sum of RGB (Red+Green+Blue) = 255+60+86=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C56 is #00C3A9. Grayscale: #797979. Windows color (decimal): -50090 or 5651711. OLE color: 5651711.
HSL color Cylindrical-coordinate representation of color #FF3C56: hue angle of 352º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3C56 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 86 | - |
| CMYK | 0 | 0.76 | 0.66 | 0 |
| HSL | 352º | 1% | 0.62% | - |
| HSV(B) | 352º | 0.76% | 1% | - |
| XYZ | 44.54 | 25.16 | 11.31 | - |
| YUV | 121.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 86 | 0 | 0.76 | 0.66 | 0 | 352 | 1 | 0.62 |
| Hex | FF | 3C | 56 | 0 | 4C | 42 | 0 | 160 | 64 | 3E |
| Octal | 377 | 74 | 126 | 0 | 114 | 102 | 0 | 540 | 144 | 76 |
| Binary | 11111111 | 111100 | 1010110 | 0 | 1001100 | 1000010 | 0 | 101100000 | 1100100 | 111110 |
Color Harmonies of #FF3C56
Complementary color
Monochromatic Colors of #FF3C56
Black with #FF3C56
Text Example
Text Example
White with #FF3C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C56; }
p { color: rgb(255,60,86); }
H1.HeaderClassName
{
color: #FF3C56;
}
.AnyTagClassName
{
color: #FF3C56;
}
</style>
background-color css
<style>
a { background-color: #FF3C56; }
a { background-color: rgb(255,60,86); }
div.DivClassName
{
background-color: #FF3C56;
}
.BgClassName
{
background-color: #FF3C56;
}
</style>
border-color css
<style>
span { border-color: #FF3C56; }
span { border-color: rgb(255,60,86); }
td.TdClassName
{
border-color: #FF3C56;
}
.TagClassName
{
border-color: #FF3C56;
}
</style>