Html Css Color HEX #8E201F Mandarian Orange

📋 copy color: '#8E201F'

red 142 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #8E201F

Tints of Mandarian Orange #8E201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 69.27%
G = 15.61%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E201F (or 0x8E201F) is known color: Mandarian Orange. HEX triplet: 8E, 20 and 1F. RGB value is (142,32,31). Sum of RGB (Red+Green+Blue) = 142+32+31=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E201F is #71DFE0. Grayscale: #404040. Windows color (decimal): -7462881 or 2039950. OLE color: 2039950.

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

Color convert

RGB 142 32 31 -
CMYK 0 0.77 0.78 0.44
HSL 0.54º 0.64% 0.34% -
HSV(B) 0.54º 0.78% 0.56% -
XYZ 11.92 6.88 2 -
YUV 64.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 142 32 31 0 0.77 0.78 0.44 0.54 0.64 0.34
Hex 8E 20 1F 0 4D 4E 2C 1 40 22
Octal 216 40 37 0 115 116 54 1 100 42
Binary 10001110 100000 11111 0 1001101 1001110 101100 1 1000000 100010

Color Harmonies of #8E201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E201F

Black with #8E201F

Text Example


Text Example

White with #8E201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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