#ff3c4d

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

Shades of Radical Red #FF3C4D

Tints of Radical Red #FF3C4D

Color information

#FF3C4D (or 0xFF3C4D) is unknown color: approx Radical Red. HEX triplet: FF, 3C and 4D. RGB value is (255,60,77). Sum of RGB (Red+Green+Blue) = 255+60+77=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C4D is #00C3B2. Grayscale: #787878. Windows color (decimal): -50099 or 5061887. OLE color: 5061887.

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

Color convert

RGB2556077-
CMYK00.760.700
HSL354.77º100%61.76%-
HSV(B)354.77º76.47%100%-
XYZ44.225.039.52-
YUV120.24103.6224.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 77 (30.47% from 255) = 19.64%
R=65.05%
G=15.31%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255607700.760.700354.7710061.76
HexFF3C4D04C460163643e
Octal377741150114106054314476
Binary11111111111100100110101001100100011001011000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3c4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3c4d; }

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

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

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

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

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

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

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

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