Html Css Color HEX #FD474E Radical Red

📋 copy color: '#FD474E'

red 253 ◦ green 71 ◦ blue 78

#FD474E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FD474E

Tints of Radical Red #FD474E

RGB

 RED value IS 253 (99.22% from 255) = 62.94%

 GREEN value IS 71 (28.13% from 255) = 17.66%

 BLUE value IS 78 (30.86% from 255) = 19.4%

R = 62.94%
G = 17.66%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD474E (or 0xFD474E) is known color: Radical Red. HEX triplet: FD, 47 and 4E. RGB value is (253,71,78). Sum of RGB (Red+Green+Blue) = 253+71+78=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD474E is #02B8B1. Grayscale: #7E7E7E. Windows color (decimal): -178354 or 5130237. OLE color: 5130237.

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

Color convert

RGB 253 71 78 -
CMYK 0 0.72 0.69 0.01
HSL 357.69º 0.98% 0.64% -
HSV(B) 357.69º 0.72% 0.99% -
XYZ 44.14 25.94 9.89 -
YUV 126.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 253 71 78 0 0.72 0.69 0.01 357.69 0.98 0.64
Hex FD 47 4E 0 48 45 1 166 62 40
Octal 375 107 116 0 110 105 1 546 142 100
Binary 11111101 1000111 1001110 0 1001000 1000101 1 101100110 1100010 1000000

Color Harmonies of #FD474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD474E

Black with #FD474E

Text Example


Text Example

White with #FD474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD474E; }

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

 H1.HeaderClassName
 {
   color: #FD474E;
 }
 .AnyTagClassName
 {
   color: #FD474E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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