#FF3C5B

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

Shades of Radical Red #FF3C5B

Tints of Radical Red #FF3C5B

Color information

#FF3C5B (or 0xFF3C5B) is unknown color: approx Radical Red. HEX triplet: FF, 3C and 5B. RGB value is (255,60,91). Sum of RGB (Red+Green+Blue) = 255+60+91=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C5B is #00C3A4. Grayscale: #797979. Windows color (decimal): -50085 or 5979391. OLE color: 5979391.

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

Color convert

RGB2556091-
CMYK00.760.640
HSL350.46º100%61.76%-
HSV(B)350.46º76.47%100%-
XYZ44.7425.2512.41-
YUV121.84110.6222.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 60 (23.83% from 255) = 14.78%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=62.81%
G=14.78%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255609100.760.640350.4610061.76
HexFF3C5B04C40015e643e
Octal377741330114100053614476
Binary11111111111100101101101001100100000001010111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3C5B; }

 p { color: rgb(255,60,91); }

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

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

 a { background-color: rgb(255,60,91); }

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

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

 span { border-color: rgb(255,60,91); }

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