Html Css Color HEX #FD3320 Red Orange

📋 copy color: '#FD3320'

red 253 ◦ green 51 ◦ blue 32

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

Shades of Red Orange #FD3320

Tints of Red Orange #FD3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

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

R = 75.3%
G = 15.18%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD3320 (or 0xFD3320) is known color: Red Orange. HEX triplet: FD, 33 and 20. RGB value is (253,51,32). Sum of RGB (Red+Green+Blue) = 253+51+32=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3320 is #02CCDF. Grayscale: #6D6D6D. Windows color (decimal): -183520 or 2110461. OLE color: 2110461.

HSL color Cylindrical-coordinate representation of color #FD3320: hue angle of 5.16º 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 #FD3320 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 32 -
CMYK 0 0.80 0.87 0.01
HSL 5.16º 0.98% 0.56% -
HSV(B) 5.16º 0.87% 0.99% -
XYZ 41.95 23.35 3.66 -
YUV 109.23 84.42 230.54 -
System Red Green Blue C M Y K H S L
Decimal 253 51 32 0 0.80 0.87 0.01 5.16 0.98 0.56
Hex FD 33 20 0 50 57 1 5 62 38
Octal 375 63 40 0 120 127 1 5 142 70
Binary 11111101 110011 100000 0 1010000 1010111 1 101 1100010 111000

Color Harmonies of #FD3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3320

Black with #FD3320

Text Example


Text Example

White with #FD3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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