Html Css Color HEX #8C2118 Mandarian Orange

📋 copy color: '#8C2118'

red 140 ◦ green 33 ◦ blue 24

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

Shades of Mandarian Orange #8C2118

Tints of Mandarian Orange #8C2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 71.07%
G = 16.75%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C2118 (or 0x8C2118) is known color: Mandarian Orange. HEX triplet: 8C, 21 and 18. RGB value is (140,33,24). Sum of RGB (Red+Green+Blue) = 140+33+24=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2118 is #73DEE7. Grayscale: #404040. Windows color (decimal): -7593704 or 1581452. OLE color: 1581452.

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

Color convert

RGB 140 33 24 -
CMYK 0 0.76 0.83 0.45
HSL 4.66º 0.71% 0.32% -
HSV(B) 4.66º 0.83% 0.55% -
XYZ 11.52 6.73 1.56 -
YUV 63.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 140 33 24 0 0.76 0.83 0.45 4.66 0.71 0.32
Hex 8C 21 18 0 4C 53 2D 5 47 20
Octal 214 41 30 0 114 123 55 5 107 40
Binary 10001100 100001 11000 0 1001100 1010011 101101 101 1000111 100000

Color Harmonies of #8C2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2118

Black with #8C2118

Text Example


Text Example

White with #8C2118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,33,24); }

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

background-color css

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

 a { background-color: rgb(140,33,24); }

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

border-color css

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

 span { border-color: rgb(140,33,24); }

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