Html Css Color HEX #FD3E4D Radical Red

📋 copy color: '#FD3E4D'

red 253 ◦ green 62 ◦ blue 77

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

Shades of Radical Red #FD3E4D

Tints of Radical Red #FD3E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.82%

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 64.54%
G = 15.82%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD3E4D (or 0xFD3E4D) is known color: Radical Red. HEX triplet: FD, 3E and 4D. RGB value is (253,62,77). Sum of RGB (Red+Green+Blue) = 253+62+77=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E4D is #02C1B2. Grayscale: #787878. Windows color (decimal): -180659 or 5062397. OLE color: 5062397.

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

Color convert

RGB 253 62 77 -
CMYK 0 0.75 0.70 0.01
HSL 355.29º 0.98% 0.62% -
HSV(B) 355.29º 0.75% 0.99% -
XYZ 43.57 24.86 9.52 -
YUV 120.82 103.28 222.28 -
System Red Green Blue C M Y K H S L
Decimal 253 62 77 0 0.75 0.70 0.01 355.29 0.98 0.62
Hex FD 3E 4D 0 4B 46 1 163 62 3E
Octal 375 76 115 0 113 106 1 543 142 76
Binary 11111101 111110 1001101 0 1001011 1000110 1 101100011 1100010 111110

Color Harmonies of #FD3E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E4D

Black with #FD3E4D

Text Example


Text Example

White with #FD3E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E4D; }

 p { color: rgb(253,62,77); }

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

background-color css

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

 a { background-color: rgb(253,62,77); }

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

border-color css

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

 span { border-color: rgb(253,62,77); }

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