Html Css Color HEX #8E201B Mandarian Orange

📋 copy color: '#8E201B'

red 142 ◦ green 32 ◦ blue 27

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

Shades of Mandarian Orange #8E201B

Tints of Mandarian Orange #8E201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 70.65%
G = 15.92%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E201B (or 0x8E201B) is known color: Mandarian Orange. HEX triplet: 8E, 20 and 1B. RGB value is (142,32,27). Sum of RGB (Red+Green+Blue) = 142+32+27=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E201B is #71DFE4. Grayscale: #404040. Windows color (decimal): -7462885 or 1777806. OLE color: 1777806.

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

Color convert

RGB 142 32 27 -
CMYK 0 0.77 0.81 0.44
HSL 2.61º 0.68% 0.33% -
HSV(B) 2.61º 0.81% 0.56% -
XYZ 11.87 6.86 1.74 -
YUV 64.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 142 32 27 0 0.77 0.81 0.44 2.61 0.68 0.33
Hex 8E 20 1B 0 4D 51 2C 3 44 21
Octal 216 40 33 0 115 121 54 3 104 41
Binary 10001110 100000 11011 0 1001101 1010001 101100 11 1000100 100001

Color Harmonies of #8E201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E201B

Black with #8E201B

Text Example


Text Example

White with #8E201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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