Html Css Color HEX #8D211D Mandarian Orange

📋 copy color: '#8D211D'

red 141 ◦ green 33 ◦ blue 29

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

Shades of Mandarian Orange #8D211D

Tints of Mandarian Orange #8D211D

RGB

 RED value IS 141 (55.47% from 255) = 69.46%

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 69.46%
G = 16.26%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D211D (or 0x8D211D) is known color: Mandarian Orange. HEX triplet: 8D, 21 and 1D. RGB value is (141,33,29). Sum of RGB (Red+Green+Blue) = 141+33+29=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D211D is #72DEE2. Grayscale: #404040. Windows color (decimal): -7528163 or 1909133. OLE color: 1909133.

HSL color Cylindrical-coordinate representation of color #8D211D: hue angle of 2.14º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D211D is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 33 29 -
CMYK 0 0.77 0.79 0.45
HSL 2.14º 0.66% 0.33% -
HSV(B) 2.14º 0.79% 0.55% -
XYZ 11.75 6.84 1.86 -
YUV 64.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 141 33 29 0 0.77 0.79 0.45 2.14 0.66 0.33
Hex 8D 21 1D 0 4D 4F 2D 2 42 21
Octal 215 41 35 0 115 117 55 2 102 41
Binary 10001101 100001 11101 0 1001101 1001111 101101 10 1000010 100001

Color Harmonies of #8D211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D211D

Black with #8D211D

Text Example


Text Example

White with #8D211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,33,29); }

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

background-color css

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

 a { background-color: rgb(141,33,29); }

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

border-color css

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

 span { border-color: rgb(141,33,29); }

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