#9C2121

Color #9C2121 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9C2121

Tints of Mandarian Orange #9C2121

Color information

#9C2121 (or 0x9C2121) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 21 and 21. RGB value is (156,33,33). Sum of RGB (Red+Green+Blue) = 156+33+33=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2121 is #63DEDE. Grayscale: #454545. Windows color (decimal): -6545119 or 2171292. OLE color: 2171292.

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

Color convert

RGB1563333-
CMYK00.790.790.39
HSL65.08%37.06%-
HSV(B)78.85%61.18%-
XYZ14.538.272.27-
YUV69.78107.25189.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.27%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=70.27%
G=14.86%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156333300.790.790.39065.0837.06
Hex9C212104F4F2704125
Octal2344141011711747010145
Binary1001110010000110000101001111100111110011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C2121;
 }
 .AnyTagClassName
 {
   color: #9C2121;
 }
</style>
background-color css

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

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

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

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

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

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