Html Css Color HEX #8E2821 Mandarian Orange

📋 copy color: '#8E2821'

red 142 ◦ green 40 ◦ blue 33

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

Shades of Mandarian Orange #8E2821

Tints of Mandarian Orange #8E2821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 66.05%
G = 18.6%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E2821 (or 0x8E2821) is known color: Mandarian Orange. HEX triplet: 8E, 28 and 21. RGB value is (142,40,33). Sum of RGB (Red+Green+Blue) = 142+40+33=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2821 is #71D7DE. Grayscale: #454545. Windows color (decimal): -7460831 or 2173070. OLE color: 2173070.

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

Color convert

RGB 142 40 33 -
CMYK 0 0.72 0.77 0.44
HSL 3.85º 0.62% 0.34% -
HSV(B) 3.85º 0.77% 0.56% -
XYZ 12.19 7.38 2.22 -
YUV 69.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 142 40 33 0 0.72 0.77 0.44 3.85 0.62 0.34
Hex 8E 28 21 0 48 4D 2C 4 3E 22
Octal 216 50 41 0 110 115 54 4 76 42
Binary 10001110 101000 100001 0 1001000 1001101 101100 100 111110 100010

Color Harmonies of #8E2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2821

Black with #8E2821

Text Example


Text Example

White with #8E2821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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