Html Css Color HEX #8E261F Mandarian Orange

📋 copy color: '#8E261F'

red 142 ◦ green 38 ◦ blue 31

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

Shades of Mandarian Orange #8E261F

Tints of Mandarian Orange #8E261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 67.3%
G = 18.01%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E261F (or 0x8E261F) is known color: Mandarian Orange. HEX triplet: 8E, 26 and 1F. RGB value is (142,38,31). Sum of RGB (Red+Green+Blue) = 142+38+31=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E261F is #71D9E0. Grayscale: #444444. Windows color (decimal): -7461345 or 2041486. OLE color: 2041486.

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

Color convert

RGB 142 38 31 -
CMYK 0 0.73 0.78 0.44
HSL 3.78º 0.64% 0.34% -
HSV(B) 3.78º 0.78% 0.56% -
XYZ 12.1 7.24 2.06 -
YUV 68.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 142 38 31 0 0.73 0.78 0.44 3.78 0.64 0.34
Hex 8E 26 1F 0 49 4E 2C 4 40 22
Octal 216 46 37 0 111 116 54 4 100 42
Binary 10001110 100110 11111 0 1001001 1001110 101100 100 1000000 100010

Color Harmonies of #8E261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E261F

Black with #8E261F

Text Example


Text Example

White with #8E261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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