Html Css Color HEX #FD382C Red Orange

📋 copy color: '#FD382C'

red 253 ◦ green 56 ◦ blue 44

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

Shades of Red Orange #FD382C

Tints of Red Orange #FD382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 44 (17.58% from 255) = 12.46%

R = 71.67%
G = 15.86%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD382C (or 0xFD382C) is known color: Red Orange. HEX triplet: FD, 38 and 2C. RGB value is (253,56,44). Sum of RGB (Red+Green+Blue) = 253+56+44=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD382C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD382C is #02C7D3. Grayscale: #717171. Windows color (decimal): -182228 or 2898173. OLE color: 2898173.

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

Color convert

RGB 253 56 44 -
CMYK 0 0.78 0.83 0.01
HSL 3.44º 0.98% 0.58% -
HSV(B) 3.44º 0.83% 0.99% -
XYZ 42.38 23.89 4.76 -
YUV 113.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 253 56 44 0 0.78 0.83 0.01 3.44 0.98 0.58
Hex FD 38 2C 0 4E 53 1 3 62 3A
Octal 375 70 54 0 116 123 1 3 142 72
Binary 11111101 111000 101100 0 1001110 1010011 1 11 1100010 111010

Color Harmonies of #FD382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD382C

Black with #FD382C

Text Example


Text Example

White with #FD382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD382C; }

 p { color: rgb(253,56,44); }

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

background-color css

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

 a { background-color: rgb(253,56,44); }

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

border-color css

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

 span { border-color: rgb(253,56,44); }

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