Html Css Color HEX #9C2214 Mandarian Orange

📋 copy color: '#9C2214'

red 156 ◦ green 34 ◦ blue 20

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

Shades of Mandarian Orange #9C2214

Tints of Mandarian Orange #9C2214

RGB

 RED value IS 156 (61.33% from 255) = 74.29%

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 74.29%
G = 16.19%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C2214 (or 0x9C2214) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 14. RGB value is (156,34,20). Sum of RGB (Red+Green+Blue) = 156+34+20=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2214 is #63DDEB. Grayscale: #454545. Windows color (decimal): -6544876 or 1319580. OLE color: 1319580.

HSL color Cylindrical-coordinate representation of color #9C2214: hue angle of 6.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C2214 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 34 20 -
CMYK 0 0.78 0.87 0.39
HSL 6.18º 0.77% 0.35% -
HSV(B) 6.18º 0.87% 0.61% -
XYZ 14.41 8.26 1.5 -
YUV 68.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 156 34 20 0 0.78 0.87 0.39 6.18 0.77 0.35
Hex 9C 22 14 0 4E 57 27 6 4D 23
Octal 234 42 24 0 116 127 47 6 115 43
Binary 10011100 100010 10100 0 1001110 1010111 100111 110 1001101 100011

Color Harmonies of #9C2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2214

Black with #9C2214

Text Example


Text Example

White with #9C2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C2214; }

 p { color: rgb(156,34,20); }

 H1.HeaderClassName
 {
   color: #9C2214;
 }
 .AnyTagClassName
 {
   color: #9C2214;
 }
</style>

background-color css

<style>
 a { background-color: #9C2214; }

 a { background-color: rgb(156,34,20); }

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

border-color css

<style>
 span { border-color: #9C2214; }

 span { border-color: rgb(156,34,20); }

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