#FF3C53

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

Shades of Radical Red #FF3C53

Tints of Radical Red #FF3C53

Color information

#FF3C53 (or 0xFF3C53) is unknown color: approx Radical Red. HEX triplet: FF, 3C and 53. RGB value is (255,60,83). Sum of RGB (Red+Green+Blue) = 255+60+83=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C53 is #00C3AC. Grayscale: #797979. Windows color (decimal): -50093 or 5455103. OLE color: 5455103.

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

Color convert

RGB2556083-
CMYK00.760.670
HSL352.92º100%61.76%-
HSV(B)352.92º76.47%100%-
XYZ44.4225.1210.69-
YUV120.93106.6223.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.07%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=64.07%
G=15.08%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255608300.760.670352.9210061.76
HexFF3C5304C430161643e
Octal377741230114103054114476
Binary11111111111100101001101001100100001101011000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3C53; }

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

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

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

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

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

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

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

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