#FF3750

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

Shades of Radical Red #FF3750

Tints of Radical Red #FF3750

Color information

#FF3750 (or 0xFF3750) is unknown color: approx Radical Red. HEX triplet: FF, 37 and 50. RGB value is (255,55,80). Sum of RGB (Red+Green+Blue) = 255+55+80=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3750 is #00C8AF. Grayscale: #757575. Windows color (decimal): -51376 or 5257215. OLE color: 5257215.

HSL color Cylindrical-coordinate representation of color #FF3750: hue angle of 352.5º 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 #FF3750 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB2555580-
CMYK00.780.690
HSL352.5º100%60.78%-
HSV(B)352.5º78.43%100%-
XYZ44.0524.5710.01-
YUV117.65106.76225.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 55 (21.88% from 255) = 14.10%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=65.38%
G=14.10%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255558000.780.690352.510060.78
HexFF375004E450160643d
Octal377671200116105054014475
Binary11111111110111101000001001110100010101011000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3750; }

 p { color: rgb(255,55,80); }

 H1.HeaderClassName
 {
   color: #FF3750;
 }
 .AnyTagClassName
 {
   color: #FF3750;
 }
</style>
background-color css

<style>
 a { background-color: #FF3750; }

 a { background-color: rgb(255,55,80); }

 div.DivClassName
 {
   background-color: #FF3750;
 }
 .BgClassName
 {
   background-color: #FF3750;
 }
</style>
border-color css

<style>
 span { border-color: #FF3750; }

 span { border-color: rgb(255,55,80); }

 td.TdClassName
 {
   border-color: #FF3750;
 }
 .TagClassName
 {
   border-color: #FF3750;
 }
</style>