Html Css Color HEX #FD4D31 Red Orange

📋 copy color: '#FD4D31'

red 253 ◦ green 77 ◦ blue 49

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

Shades of Red Orange #FD4D31

Tints of Red Orange #FD4D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 66.75%
G = 20.32%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD4D31 (or 0xFD4D31) is known color: Red Orange. HEX triplet: FD, 4D and 31. RGB value is (253,77,49). Sum of RGB (Red+Green+Blue) = 253+77+49=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D31 is #02B2CE. Grayscale: #7E7E7E. Windows color (decimal): -176847 or 3231229. OLE color: 3231229.

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

Color convert

RGB 253 77 49 -
CMYK 0 0.70 0.81 0.01
HSL 8.24º 0.98% 0.59% -
HSV(B) 8.24º 0.81% 0.99% -
XYZ 43.72 26.41 5.7 -
YUV 126.43 84.31 218.28 -
System Red Green Blue C M Y K H S L
Decimal 253 77 49 0 0.70 0.81 0.01 8.24 0.98 0.59
Hex FD 4D 31 0 46 51 1 8 62 3B
Octal 375 115 61 0 106 121 1 10 142 73
Binary 11111101 1001101 110001 0 1000110 1010001 1 1000 1100010 111011

Color Harmonies of #FD4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D31

Black with #FD4D31

Text Example


Text Example

White with #FD4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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