Html Css Color HEX #8E2117 Mandarian Orange

📋 copy color: '#8E2117'

red 142 ◦ green 33 ◦ blue 23

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

Shades of Mandarian Orange #8E2117

Tints of Mandarian Orange #8E2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 71.72%
G = 16.67%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#8E2117 (or 0x8E2117) is known color: Mandarian Orange. HEX triplet: 8E, 21 and 17. RGB value is (142,33,23). Sum of RGB (Red+Green+Blue) = 142+33+23=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2117 is #71DEE8. Grayscale: #404040. Windows color (decimal): -7462633 or 1515918. OLE color: 1515918.

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

Color convert

RGB 142 33 23 -
CMYK 0 0.77 0.84 0.44
HSL 5.04º 0.72% 0.32% -
HSV(B) 5.04º 0.84% 0.56% -
XYZ 11.85 6.9 1.52 -
YUV 64.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 142 33 23 0 0.77 0.84 0.44 5.04 0.72 0.32
Hex 8E 21 17 0 4D 54 2C 5 48 20
Octal 216 41 27 0 115 124 54 5 110 40
Binary 10001110 100001 10111 0 1001101 1010100 101100 101 1001000 100000

Color Harmonies of #8E2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2117

Black with #8E2117

Text Example


Text Example

White with #8E2117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,33,23); }

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

background-color css

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

 a { background-color: rgb(142,33,23); }

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

border-color css

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

 span { border-color: rgb(142,33,23); }

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