Html Css Color HEX #8D1C19 Mandarian Orange

📋 copy color: '#8D1C19'

red 141 ◦ green 28 ◦ blue 25

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

Shades of Mandarian Orange #8D1C19

Tints of Mandarian Orange #8D1C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.43%

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

R = 72.68%
G = 14.43%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D1C19 (or 0x8D1C19) is known color: Mandarian Orange. HEX triplet: 8D, 1C and 19. RGB value is (141,28,25). Sum of RGB (Red+Green+Blue) = 141+28+25=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1C19 is #72E3E6. Grayscale: #3D3D3D. Windows color (decimal): -7529447 or 1645709. OLE color: 1645709.

HSL color Cylindrical-coordinate representation of color #8D1C19: hue angle of 1.55º 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 #8D1C19 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 28 25 -
CMYK 0 0.80 0.82 0.45
HSL 1.55º 0.7% 0.33% -
HSV(B) 1.55º 0.82% 0.55% -
XYZ 11.58 6.56 1.58 -
YUV 61.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 141 28 25 0 0.80 0.82 0.45 1.55 0.7 0.33
Hex 8D 1C 19 0 50 52 2D 2 46 21
Octal 215 34 31 0 120 122 55 2 106 41
Binary 10001101 11100 11001 0 1010000 1010010 101101 10 1000110 100001

Color Harmonies of #8D1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C19

Black with #8D1C19

Text Example


Text Example

White with #8D1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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