Html Css Color HEX #8E2926 Mandarian Orange

📋 copy color: '#8E2926'

red 142 ◦ green 41 ◦ blue 38

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

Shades of Mandarian Orange #8E2926

Tints of Mandarian Orange #8E2926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

 BLUE value IS 38 (15.23% from 255) = 17.19%

R = 64.25%
G = 18.55%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E2926 (or 0x8E2926) is known color: Mandarian Orange. HEX triplet: 8E, 29 and 26. RGB value is (142,41,38). Sum of RGB (Red+Green+Blue) = 142+41+38=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2926 is #71D6D9. Grayscale: #464646. Windows color (decimal): -7460570 or 2501006. OLE color: 2501006.

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

Color convert

RGB 142 41 38 -
CMYK 0 0.71 0.73 0.44
HSL 1.73º 0.58% 0.35% -
HSV(B) 1.73º 0.73% 0.56% -
XYZ 12.3 7.48 2.63 -
YUV 70.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 142 41 38 0 0.71 0.73 0.44 1.73 0.58 0.35
Hex 8E 29 26 0 47 49 2C 2 3A 23
Octal 216 51 46 0 107 111 54 2 72 43
Binary 10001110 101001 100110 0 1000111 1001001 101100 10 111010 100011

Color Harmonies of #8E2926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2926

Black with #8E2926

Text Example


Text Example

White with #8E2926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,41,38); }

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

background-color css

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

 a { background-color: rgb(142,41,38); }

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

border-color css

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

 span { border-color: rgb(142,41,38); }

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