Html Css Color HEX #9C221B Mandarian Orange

📋 copy color: '#9C221B'

red 156 ◦ green 34 ◦ blue 27

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

Shades of Mandarian Orange #9C221B

Tints of Mandarian Orange #9C221B

RGB

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

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

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

R = 71.89%
G = 15.67%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C221B (or 0x9C221B) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 1B. RGB value is (156,34,27). Sum of RGB (Red+Green+Blue) = 156+34+27=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C221B is #63DDE4. Grayscale: #454545. Windows color (decimal): -6544869 or 1778332. OLE color: 1778332.

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

Color convert

RGB 156 34 27 -
CMYK 0 0.78 0.83 0.39
HSL 3.26º 0.7% 0.36% -
HSV(B) 3.26º 0.83% 0.61% -
XYZ 14.48 8.29 1.87 -
YUV 69.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 156 34 27 0 0.78 0.83 0.39 3.26 0.7 0.36
Hex 9C 22 1B 0 4E 53 27 3 46 24
Octal 234 42 33 0 116 123 47 3 106 44
Binary 10011100 100010 11011 0 1001110 1010011 100111 11 1000110 100100

Color Harmonies of #9C221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C221B

Black with #9C221B

Text Example


Text Example

White with #9C221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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