Html Css Color HEX #8C1C19 Mandarian Orange

📋 copy color: '#8C1C19'

red 140 ◦ green 28 ◦ blue 25

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

Shades of Mandarian Orange #8C1C19

Tints of Mandarian Orange #8C1C19

RGB

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

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

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

R = 72.54%
G = 14.51%
B = 12.95%

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

#8C1C19 (or 0x8C1C19) is known color: Mandarian Orange. HEX triplet: 8C, 1C and 19. RGB value is (140,28,25). Sum of RGB (Red+Green+Blue) = 140+28+25=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1C19 is #73E3E6. Grayscale: #3D3D3D. Windows color (decimal): -7594983 or 1645708. OLE color: 1645708.

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

Color convert

RGB 140 28 25 -
CMYK 0 0.80 0.82 0.45
HSL 1.57º 0.7% 0.32% -
HSV(B) 1.57º 0.82% 0.55% -
XYZ 11.41 6.48 1.57 -
YUV 61.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 140 28 25 0 0.80 0.82 0.45 1.57 0.7 0.32
Hex 8C 1C 19 0 50 52 2D 2 46 20
Octal 214 34 31 0 120 122 55 2 106 40
Binary 10001100 11100 11001 0 1010000 1010010 101101 10 1000110 100000

Color Harmonies of #8C1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1C19

Black with #8C1C19

Text Example


Text Example

White with #8C1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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