Shades of Radical Red #FF3860
Tints of Radical Red #FF3860
RGB
CMYK
RGB Variations
Color information
#FF3860 (or 0xFF3860) is known color: Radical Red. HEX triplet: FF, 38 and 60. RGB value is (255,56,96). Sum of RGB (Red+Green+Blue) = 255+56+96=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3860 is #00C79F. Grayscale: #787878. Windows color (decimal): -51104 or 6306047. OLE color: 6306047.
HSL color Cylindrical-coordinate representation of color #FF3860: hue angle of 347.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3860 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 96 | - |
| CMYK | 0 | 0.78 | 0.62 | 0 |
| HSL | 347.94º | 1% | 0.61% | - |
| HSV(B) | 347.94º | 0.78% | 1% | - |
| XYZ | 44.77 | 24.93 | 13.52 | - |
| YUV | 120.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 96 | 0 | 0.78 | 0.62 | 0 | 347.94 | 1 | 0.61 |
| Hex | FF | 38 | 60 | 0 | 4E | 3E | 0 | 15C | 64 | 3D |
| Octal | 377 | 70 | 140 | 0 | 116 | 76 | 0 | 534 | 144 | 75 |
| Binary | 11111111 | 111000 | 1100000 | 0 | 1001110 | 111110 | 0 | 101011100 | 1100100 | 111101 |
Color Harmonies of #FF3860
Complementary color
Monochromatic Colors of #FF3860
Black with #FF3860
Text Example
Text Example
White with #FF3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3860; }
p { color: rgb(255,56,96); }
H1.HeaderClassName
{
color: #FF3860;
}
.AnyTagClassName
{
color: #FF3860;
}
</style>
background-color css
<style>
a { background-color: #FF3860; }
a { background-color: rgb(255,56,96); }
div.DivClassName
{
background-color: #FF3860;
}
.BgClassName
{
background-color: #FF3860;
}
</style>
border-color css
<style>
span { border-color: #FF3860; }
span { border-color: rgb(255,56,96); }
td.TdClassName
{
border-color: #FF3860;
}
.TagClassName
{
border-color: #FF3860;
}
</style>