Html Css Color HEX #9C221F Mandarian Orange

📋 copy color: '#9C221F'

red 156 ◦ green 34 ◦ blue 31

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

Shades of Mandarian Orange #9C221F

Tints of Mandarian Orange #9C221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 70.59%
G = 15.38%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C221F (or 0x9C221F) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 1F. RGB value is (156,34,31). Sum of RGB (Red+Green+Blue) = 156+34+31=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C221F is #63DDE0. Grayscale: #464646. Windows color (decimal): -6544865 or 2040476. OLE color: 2040476.

HSL color Cylindrical-coordinate representation of color #9C221F: hue angle of 1.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C221F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 34 31 -
CMYK 0 0.78 0.80 0.39
HSL 1.44º 0.67% 0.37% -
HSV(B) 1.44º 0.8% 0.61% -
XYZ 14.53 8.31 2.13 -
YUV 70.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 156 34 31 0 0.78 0.80 0.39 1.44 0.67 0.37
Hex 9C 22 1F 0 4E 50 27 1 43 25
Octal 234 42 37 0 116 120 47 1 103 45
Binary 10011100 100010 11111 0 1001110 1010000 100111 1 1000011 100101

Color Harmonies of #9C221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C221F

Black with #9C221F

Text Example


Text Example

White with #9C221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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