#FD3A47

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

Shades of Radical Red #FD3A47

Tints of Radical Red #FD3A47

Color information

#FD3A47 (or 0xFD3A47) is unknown color: approx Radical Red. HEX triplet: FD, 3A and 47. RGB value is (253,58,71). Sum of RGB (Red+Green+Blue) = 253+58+71=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A47 is #02C5B8. Grayscale: #757575. Windows color (decimal): -181689 or 4668157. OLE color: 4668157.

HSL color Cylindrical-coordinate representation of color #FD3A47: hue angle of 356º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3A47 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB2535871-
CMYK00.770.720.01
HSL356º97.99%60.98%-
HSV(B)356º77.08%99.22%-
XYZ43.1624.368.39-
YUV117.79101.6224.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.23%
GREEN value IS 58 (23.05% from 255) = 15.18%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=66.23%
G=15.18%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253587100.770.720.0135697.9960.98
HexFD3A4704D481164623d
Octal375721070115110154414275
Binary11111101111010100011101001101100100011011001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3A47; }

 p { color: rgb(253,58,71); }

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

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

 a { background-color: rgb(253,58,71); }

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

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

 span { border-color: rgb(253,58,71); }

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