Html Css Color HEX #8E2A20 Mandarian Orange

📋 copy color: '#8E2A20'

red 142 ◦ green 42 ◦ blue 32

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

Shades of Mandarian Orange #8E2A20

Tints of Mandarian Orange #8E2A20

RGB

 RED value IS 142 (55.86% from 255) = 65.74%

 GREEN value IS 42 (16.8% from 255) = 19.44%

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

R = 65.74%
G = 19.44%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E2A20 (or 0x8E2A20) is known color: Mandarian Orange. HEX triplet: 8E, 2A and 20. RGB value is (142,42,32). Sum of RGB (Red+Green+Blue) = 142+42+32=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A20 is #71D5DF. Grayscale: #464646. Windows color (decimal): -7460320 or 2108046. OLE color: 2108046.

HSL color Cylindrical-coordinate representation of color #8E2A20: hue angle of 5.45º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2A20 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 42 32 -
CMYK 0 0.70 0.77 0.44
HSL 5.45º 0.63% 0.34% -
HSV(B) 5.45º 0.77% 0.56% -
XYZ 12.24 7.51 2.17 -
YUV 70.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 142 42 32 0 0.70 0.77 0.44 5.45 0.63 0.34
Hex 8E 2A 20 0 46 4D 2C 5 3F 22
Octal 216 52 40 0 106 115 54 5 77 42
Binary 10001110 101010 100000 0 1000110 1001101 101100 101 111111 100010

Color Harmonies of #8E2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2A20

Black with #8E2A20

Text Example


Text Example

White with #8E2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E2A20; }

 p { color: rgb(142,42,32); }

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

background-color css

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

 a { background-color: rgb(142,42,32); }

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

border-color css

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

 span { border-color: rgb(142,42,32); }

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