Html Css Color HEX #9C211B Mandarian Orange

📋 copy color: '#9C211B'

red 156 ◦ green 33 ◦ blue 27

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

Shades of Mandarian Orange #9C211B

Tints of Mandarian Orange #9C211B

RGB

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

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

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

R = 72.22%
G = 15.28%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C211B (or 0x9C211B) is known color: Mandarian Orange. HEX triplet: 9C, 21 and 1B. RGB value is (156,33,27). Sum of RGB (Red+Green+Blue) = 156+33+27=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C211B is #63DEE4. Grayscale: #454545. Windows color (decimal): -6545125 or 1778076. OLE color: 1778076.

HSL color Cylindrical-coordinate representation of color #9C211B: hue angle of 2.79º 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 #9C211B is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 33 27 -
CMYK 0 0.79 0.83 0.39
HSL 2.79º 0.7% 0.36% -
HSV(B) 2.79º 0.83% 0.61% -
XYZ 14.45 8.23 1.86 -
YUV 69.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 156 33 27 0 0.79 0.83 0.39 2.79 0.7 0.36
Hex 9C 21 1B 0 4F 53 27 3 46 24
Octal 234 41 33 0 117 123 47 3 106 44
Binary 10011100 100001 11011 0 1001111 1010011 100111 11 1000110 100100

Color Harmonies of #9C211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C211B

Black with #9C211B

Text Example


Text Example

White with #9C211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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