Html Css Color HEX #FD392D Red Orange

📋 copy color: '#FD392D'

red 253 ◦ green 57 ◦ blue 45

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

Shades of Red Orange #FD392D

Tints of Red Orange #FD392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 71.27%
G = 16.06%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD392D (or 0xFD392D) is known color: Red Orange. HEX triplet: FD, 39 and 2D. RGB value is (253,57,45). Sum of RGB (Red+Green+Blue) = 253+57+45=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD392D is #02C6D2. Grayscale: #727272. Windows color (decimal): -181971 or 2963965. OLE color: 2963965.

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

Color convert

RGB 253 57 45 -
CMYK 0 0.77 0.82 0.01
HSL 3.46º 0.98% 0.58% -
HSV(B) 3.46º 0.82% 0.99% -
XYZ 42.44 24 4.88 -
YUV 114.24 88.93 226.98 -
System Red Green Blue C M Y K H S L
Decimal 253 57 45 0 0.77 0.82 0.01 3.46 0.98 0.58
Hex FD 39 2D 0 4D 52 1 3 62 3A
Octal 375 71 55 0 115 122 1 3 142 72
Binary 11111101 111001 101101 0 1001101 1010010 1 11 1100010 111010

Color Harmonies of #FD392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD392D

Black with #FD392D

Text Example


Text Example

White with #FD392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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