Html Css Color HEX #8C1D19 Mandarian Orange

📋 copy color: '#8C1D19'

red 140 ◦ green 29 ◦ blue 25

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

Shades of Mandarian Orange #8C1D19

Tints of Mandarian Orange #8C1D19

RGB

 RED value IS 140 (55.08% from 255) = 72.16%

 GREEN value IS 29 (11.72% from 255) = 14.95%

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

R = 72.16%
G = 14.95%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C1D19 (or 0x8C1D19) is known color: Mandarian Orange. HEX triplet: 8C, 1D and 19. RGB value is (140,29,25). Sum of RGB (Red+Green+Blue) = 140+29+25=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1D19 is #73E2E6. Grayscale: #3D3D3D. Windows color (decimal): -7594727 or 1645964. OLE color: 1645964.

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

Color convert

RGB 140 29 25 -
CMYK 0 0.79 0.82 0.45
HSL 2.09º 0.7% 0.32% -
HSV(B) 2.09º 0.82% 0.55% -
XYZ 11.43 6.52 1.58 -
YUV 61.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 140 29 25 0 0.79 0.82 0.45 2.09 0.7 0.32
Hex 8C 1D 19 0 4F 52 2D 2 46 20
Octal 214 35 31 0 117 122 55 2 106 40
Binary 10001100 11101 11001 0 1001111 1010010 101101 10 1000110 100000

Color Harmonies of #8C1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1D19

Black with #8C1D19

Text Example


Text Example

White with #8C1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,29,25); }

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

background-color css

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

 a { background-color: rgb(140,29,25); }

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

border-color css

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

 span { border-color: rgb(140,29,25); }

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