Html Css Color HEX #E3820D Tangerine

📋 copy color: '#E3820D'

red 227 ◦ green 130 ◦ blue 13

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

Shades of Tangerine #E3820D

Tints of Tangerine #E3820D

RGB

 RED value IS 227 (89.06% from 255) = 61.35%

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 61.35%
G = 35.14%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3820D (or 0xE3820D) is known color: Tangerine. HEX triplet: E3, 82 and 0D. RGB value is (227,130,13). Sum of RGB (Red+Green+Blue) = 227+130+13=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3820D is #1C7DF2. Grayscale: #929292. Windows color (decimal): -1867251 or 885475. OLE color: 885475.

HSL color Cylindrical-coordinate representation of color #E3820D: hue angle of 32.8º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3820D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 130 13 -
CMYK 0 0.43 0.94 0.11
HSL 32.8º 0.89% 0.47% -
HSV(B) 32.8º 0.94% 0.89% -
XYZ 39.73 32.33 4.53 -
YUV 145.67 53.14 186.01 -
System Red Green Blue C M Y K H S L
Decimal 227 130 13 0 0.43 0.94 0.11 32.8 0.89 0.47
Hex E3 82 D 0 2B 5E B 21 59 2F
Octal 343 202 15 0 53 136 13 41 131 57
Binary 11100011 10000010 1101 0 101011 1011110 1011 100001 1011001 101111

Color Harmonies of #E3820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3820D

Black with #E3820D

Text Example


Text Example

White with #E3820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3820D; }

 p { color: rgb(227,130,13); }

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

background-color css

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

 a { background-color: rgb(227,130,13); }

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

border-color css

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

 span { border-color: rgb(227,130,13); }

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