#FF3760

Color #FF3760 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FF3760

Tints of Radical Red #FF3760

Color information

#FF3760 (or 0xFF3760) is unknown color: approx 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

RGB2555596-
CMYK00.780.620
HSL347.7º100%60.78%-
HSV(B)347.7º78.43%100%-
XYZ44.7224.8413.5-
YUV119.47114.76224.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 55 (21.88% from 255) = 13.55%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=62.81%
G=13.55%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255559600.780.620347.710060.78
HexFF376004E3E015c643d
Octal37767140011676053414475
Binary1111111111011111000000100111011111001010111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>