Html Css Color HEX #FD322D Red Orange

📋 copy color: '#FD322D'

red 253 ◦ green 50 ◦ blue 45

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

Shades of Red Orange #FD322D

Tints of Red Orange #FD322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 72.7%
G = 14.37%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD322D (or 0xFD322D) is known color: Red Orange. HEX triplet: FD, 32 and 2D. RGB value is (253,50,45). Sum of RGB (Red+Green+Blue) = 253+50+45=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD322D is #02CDD2. Grayscale: #6E6E6E. Windows color (decimal): -183763 or 2962173. OLE color: 2962173.

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

Color convert

RGB 253 50 45 -
CMYK 0 0.80 0.82 0.01
HSL 1.44º 0.98% 0.58% -
HSV(B) 1.44º 0.82% 0.99% -
XYZ 42.12 23.35 4.77 -
YUV 110.13 91.25 229.91 -
System Red Green Blue C M Y K H S L
Decimal 253 50 45 0 0.80 0.82 0.01 1.44 0.98 0.58
Hex FD 32 2D 0 50 52 1 1 62 3A
Octal 375 62 55 0 120 122 1 1 142 72
Binary 11111101 110010 101101 0 1010000 1010010 1 1 1100010 111010

Color Harmonies of #FD322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD322D

Black with #FD322D

Text Example


Text Example

White with #FD322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD322D; }

 p { color: rgb(253,50,45); }

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

background-color css

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

 a { background-color: rgb(253,50,45); }

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

border-color css

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

 span { border-color: rgb(253,50,45); }

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