Html Css Color HEX #8C221B Mandarian Orange

📋 copy color: '#8C221B'

red 140 ◦ green 34 ◦ blue 27

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

Shades of Mandarian Orange #8C221B

Tints of Mandarian Orange #8C221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 69.65%
G = 16.92%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C221B (or 0x8C221B) is known color: Mandarian Orange. HEX triplet: 8C, 22 and 1B. RGB value is (140,34,27). Sum of RGB (Red+Green+Blue) = 140+34+27=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C221B is #73DDE4. Grayscale: #414141. Windows color (decimal): -7593445 or 1778316. OLE color: 1778316.

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

Color convert

RGB 140 34 27 -
CMYK 0 0.76 0.81 0.45
HSL 3.72º 0.68% 0.33% -
HSV(B) 3.72º 0.81% 0.55% -
XYZ 11.59 6.8 1.74 -
YUV 64.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 140 34 27 0 0.76 0.81 0.45 3.72 0.68 0.33
Hex 8C 22 1B 0 4C 51 2D 4 44 21
Octal 214 42 33 0 114 121 55 4 104 41
Binary 10001100 100010 11011 0 1001100 1010001 101101 100 1000100 100001

Color Harmonies of #8C221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C221B

Black with #8C221B

Text Example


Text Example

White with #8C221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,27); }

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

background-color css

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

 a { background-color: rgb(140,34,27); }

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

border-color css

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

 span { border-color: rgb(140,34,27); }

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