Html Css Color HEX #8E281F Mandarian Orange

📋 copy color: '#8E281F'

red 142 ◦ green 40 ◦ blue 31

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

Shades of Mandarian Orange #8E281F

Tints of Mandarian Orange #8E281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

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

R = 66.67%
G = 18.78%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E281F (or 0x8E281F) is known color: Mandarian Orange. HEX triplet: 8E, 28 and 1F. RGB value is (142,40,31). Sum of RGB (Red+Green+Blue) = 142+40+31=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E281F is #71D7E0. Grayscale: #454545. Windows color (decimal): -7460833 or 2041998. OLE color: 2041998.

HSL color Cylindrical-coordinate representation of color #8E281F: hue angle of 4.86º 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 #8E281F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 40 31 -
CMYK 0 0.72 0.78 0.44
HSL 4.86º 0.64% 0.34% -
HSV(B) 4.86º 0.78% 0.56% -
XYZ 12.16 7.37 2.08 -
YUV 69.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 142 40 31 0 0.72 0.78 0.44 4.86 0.64 0.34
Hex 8E 28 1F 0 48 4E 2C 5 40 22
Octal 216 50 37 0 110 116 54 5 100 42
Binary 10001110 101000 11111 0 1001000 1001110 101100 101 1000000 100010

Color Harmonies of #8E281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E281F

Black with #8E281F

Text Example


Text Example

White with #8E281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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