Html Css Color HEX #8D1F19 Mandarian Orange

📋 copy color: '#8D1F19'

red 141 ◦ green 31 ◦ blue 25

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

Shades of Mandarian Orange #8D1F19

Tints of Mandarian Orange #8D1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 71.57%
G = 15.74%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D1F19 (or 0x8D1F19) is known color: Mandarian Orange. HEX triplet: 8D, 1F and 19. RGB value is (141,31,25). Sum of RGB (Red+Green+Blue) = 141+31+25=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1F19 is #72E0E6. Grayscale: #3F3F3F. Windows color (decimal): -7528679 or 1646477. OLE color: 1646477.

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

Color convert

RGB 141 31 25 -
CMYK 0 0.78 0.82 0.45
HSL 3.1º 0.7% 0.33% -
HSV(B) 3.1º 0.82% 0.55% -
XYZ 11.65 6.71 1.6 -
YUV 63.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 141 31 25 0 0.78 0.82 0.45 3.1 0.7 0.33
Hex 8D 1F 19 0 4E 52 2D 3 46 21
Octal 215 37 31 0 116 122 55 3 106 41
Binary 10001101 11111 11001 0 1001110 1010010 101101 11 1000110 100001

Color Harmonies of #8D1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1F19

Black with #8D1F19

Text Example


Text Example

White with #8D1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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