Html Css Color HEX #9C211E Mandarian Orange

📋 copy color: '#9C211E'

red 156 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #9C211E

Tints of Mandarian Orange #9C211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 71.23%
G = 15.07%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C211E (or 0x9C211E) is known color: Mandarian Orange. HEX triplet: 9C, 21 and 1E. RGB value is (156,33,30). Sum of RGB (Red+Green+Blue) = 156+33+30=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C211E is #63DEE1. Grayscale: #454545. Windows color (decimal): -6545122 or 1974684. OLE color: 1974684.

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

Color convert

RGB 156 33 30 -
CMYK 0 0.79 0.81 0.39
HSL 1.43º 0.68% 0.36% -
HSV(B) 1.43º 0.81% 0.61% -
XYZ 14.49 8.25 2.06 -
YUV 69.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 156 33 30 0 0.79 0.81 0.39 1.43 0.68 0.36
Hex 9C 21 1E 0 4F 51 27 1 44 24
Octal 234 41 36 0 117 121 47 1 104 44
Binary 10011100 100001 11110 0 1001111 1010001 100111 1 1000100 100100

Color Harmonies of #9C211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C211E

Black with #9C211E

Text Example


Text Example

White with #9C211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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