Html Css Color HEX #8E2522 Mandarian Orange

📋 copy color: '#8E2522'

red 142 ◦ green 37 ◦ blue 34

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

Shades of Mandarian Orange #8E2522

Tints of Mandarian Orange #8E2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 66.67%
G = 17.37%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8E2522 (or 0x8E2522) is known color: Mandarian Orange. HEX triplet: 8E, 25 and 22. RGB value is (142,37,34). Sum of RGB (Red+Green+Blue) = 142+37+34=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2522 is #71DADD. Grayscale: #444444. Windows color (decimal): -7461598 or 2237838. OLE color: 2237838.

HSL color Cylindrical-coordinate representation of color #8E2522: hue angle of 1.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2522 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 37 34 -
CMYK 0 0.74 0.76 0.44
HSL 1.67º 0.61% 0.35% -
HSV(B) 1.67º 0.76% 0.56% -
XYZ 12.11 7.19 2.26 -
YUV 68.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 142 37 34 0 0.74 0.76 0.44 1.67 0.61 0.35
Hex 8E 25 22 0 4A 4C 2C 2 3D 23
Octal 216 45 42 0 112 114 54 2 75 43
Binary 10001110 100101 100010 0 1001010 1001100 101100 10 111101 100011

Color Harmonies of #8E2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2522

Black with #8E2522

Text Example


Text Example

White with #8E2522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,37,34); }

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

background-color css

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

 a { background-color: rgb(142,37,34); }

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

border-color css

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

 span { border-color: rgb(142,37,34); }

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