Html Css Color HEX #8E271C Mandarian Orange

📋 copy color: '#8E271C'

red 142 ◦ green 39 ◦ blue 28

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

Shades of Mandarian Orange #8E271C

Tints of Mandarian Orange #8E271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 67.94%
G = 18.66%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E271C (or 0x8E271C) is known color: Mandarian Orange. HEX triplet: 8E, 27 and 1C. RGB value is (142,39,28). Sum of RGB (Red+Green+Blue) = 142+39+28=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E271C is #71D8E3. Grayscale: #444444. Windows color (decimal): -7461092 or 1845134. OLE color: 1845134.

HSL color Cylindrical-coordinate representation of color #8E271C: hue angle of 5.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E271C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 39 28 -
CMYK 0 0.73 0.80 0.44
HSL 5.79º 0.67% 0.33% -
HSV(B) 5.79º 0.8% 0.56% -
XYZ 12.09 7.29 1.87 -
YUV 68.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 142 39 28 0 0.73 0.80 0.44 5.79 0.67 0.33
Hex 8E 27 1C 0 49 50 2C 6 43 21
Octal 216 47 34 0 111 120 54 6 103 41
Binary 10001110 100111 11100 0 1001001 1010000 101100 110 1000011 100001

Color Harmonies of #8E271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E271C

Black with #8E271C

Text Example


Text Example

White with #8E271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,39,28); }

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

background-color css

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

 a { background-color: rgb(142,39,28); }

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

border-color css

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

 span { border-color: rgb(142,39,28); }

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