Html Css Color HEX #FD3D20 Red Orange

📋 copy color: '#FD3D20'

red 253 ◦ green 61 ◦ blue 32

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

Shades of Red Orange #FD3D20

Tints of Red Orange #FD3D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 73.12%
G = 17.63%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD3D20 (or 0xFD3D20) is known color: Red Orange. HEX triplet: FD, 3D and 20. RGB value is (253,61,32). Sum of RGB (Red+Green+Blue) = 253+61+32=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3D20 is #02C2DF. Grayscale: #737373. Windows color (decimal): -180960 or 2113021. OLE color: 2113021.

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

Color convert

RGB 253 61 32 -
CMYK 0 0.76 0.87 0.01
HSL 7.87º 0.98% 0.56% -
HSV(B) 7.87º 0.87% 0.99% -
XYZ 42.44 24.32 3.82 -
YUV 115.1 81.11 226.36 -
System Red Green Blue C M Y K H S L
Decimal 253 61 32 0 0.76 0.87 0.01 7.87 0.98 0.56
Hex FD 3D 20 0 4C 57 1 8 62 38
Octal 375 75 40 0 114 127 1 10 142 70
Binary 11111101 111101 100000 0 1001100 1010111 1 1000 1100010 111000

Color Harmonies of #FD3D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3D20

Black with #FD3D20

Text Example


Text Example

White with #FD3D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3D20; }

 p { color: rgb(253,61,32); }

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

background-color css

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

 a { background-color: rgb(253,61,32); }

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

border-color css

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

 span { border-color: rgb(253,61,32); }

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