Html Css Color HEX #8D201F Mandarian Orange

📋 copy color: '#8D201F'

red 141 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #8D201F

Tints of Mandarian Orange #8D201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

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

R = 69.12%
G = 15.69%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D201F (or 0x8D201F) is known color: Mandarian Orange. HEX triplet: 8D, 20 and 1F. RGB value is (141,32,31). Sum of RGB (Red+Green+Blue) = 141+32+31=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D201F is #72DFE0. Grayscale: #404040. Windows color (decimal): -7528417 or 2039949. OLE color: 2039949.

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

Color convert

RGB 141 32 31 -
CMYK 0 0.77 0.78 0.45
HSL 0.55º 0.64% 0.34% -
HSV(B) 0.55º 0.78% 0.55% -
XYZ 11.75 6.79 1.99 -
YUV 64.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 141 32 31 0 0.77 0.78 0.45 0.55 0.64 0.34
Hex 8D 20 1F 0 4D 4E 2D 1 40 22
Octal 215 40 37 0 115 116 55 1 100 42
Binary 10001101 100000 11111 0 1001101 1001110 101101 1 1000000 100010

Color Harmonies of #8D201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D201F

Black with #8D201F

Text Example


Text Example

White with #8D201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,32,31); }

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

background-color css

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

 a { background-color: rgb(141,32,31); }

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

border-color css

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

 span { border-color: rgb(141,32,31); }

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