Html Css Color HEX #FD3329 Red Orange

📋 copy color: '#FD3329'

red 253 ◦ green 51 ◦ blue 41

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

Shades of Red Orange #FD3329

Tints of Red Orange #FD3329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.88%

R = 73.33%
G = 14.78%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD3329 (or 0xFD3329) is known color: Red Orange. HEX triplet: FD, 33 and 29. RGB value is (253,51,41). Sum of RGB (Red+Green+Blue) = 253+51+41=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3329 is #02CCD6. Grayscale: #6E6E6E. Windows color (decimal): -183511 or 2700285. OLE color: 2700285.

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

Color convert

RGB 253 51 41 -
CMYK 0 0.80 0.84 0.01
HSL 2.83º 0.98% 0.58% -
HSV(B) 2.83º 0.84% 0.99% -
XYZ 42.09 23.41 4.4 -
YUV 110.26 88.92 229.81 -
System Red Green Blue C M Y K H S L
Decimal 253 51 41 0 0.80 0.84 0.01 2.83 0.98 0.58
Hex FD 33 29 0 50 54 1 3 62 3A
Octal 375 63 51 0 120 124 1 3 142 72
Binary 11111101 110011 101001 0 1010000 1010100 1 11 1100010 111010

Color Harmonies of #FD3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3329

Black with #FD3329

Text Example


Text Example

White with #FD3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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