Shades of Radical Red #FF3760
Tints of Radical Red #FF3760
RGB
CMYK
RGB Variations
Color information
#FF3760 (or 0xFF3760) is known color: Radical Red. HEX triplet: FF, 37 and 60. RGB value is (255,55,96). Sum of RGB (Red+Green+Blue) = 255+55+96=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3760 is #00C89F. Grayscale: #777777. Windows color (decimal): -51360 or 6305791. OLE color: 6305791.
HSL color Cylindrical-coordinate representation of color #FF3760: hue angle of 347.7º 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 #FF3760 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 96 | - |
| CMYK | 0 | 0.78 | 0.62 | 0 |
| HSL | 347.7º | 1% | 0.61% | - |
| HSV(B) | 347.7º | 0.78% | 1% | - |
| XYZ | 44.72 | 24.84 | 13.5 | - |
| YUV | 119.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 96 | 0 | 0.78 | 0.62 | 0 | 347.7 | 1 | 0.61 |
| Hex | FF | 37 | 60 | 0 | 4E | 3E | 0 | 15C | 64 | 3D |
| Octal | 377 | 67 | 140 | 0 | 116 | 76 | 0 | 534 | 144 | 75 |
| Binary | 11111111 | 110111 | 1100000 | 0 | 1001110 | 111110 | 0 | 101011100 | 1100100 | 111101 |
Color Harmonies of #FF3760
Complementary color
Monochromatic Colors of #FF3760
Black with #FF3760
Text Example
Text Example
White with #FF3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3760; }
p { color: rgb(255,55,96); }
H1.HeaderClassName
{
color: #FF3760;
}
.AnyTagClassName
{
color: #FF3760;
}
</style>
background-color css
<style>
a { background-color: #FF3760; }
a { background-color: rgb(255,55,96); }
div.DivClassName
{
background-color: #FF3760;
}
.BgClassName
{
background-color: #FF3760;
}
</style>
border-color css
<style>
span { border-color: #FF3760; }
span { border-color: rgb(255,55,96); }
td.TdClassName
{
border-color: #FF3760;
}
.TagClassName
{
border-color: #FF3760;
}
</style>