Html Css Color HEX #9C2115 Mandarian Orange

📋 copy color: '#9C2115'

red 156 ◦ green 33 ◦ blue 21

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

Shades of Mandarian Orange #9C2115

Tints of Mandarian Orange #9C2115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10%

R = 74.29%
G = 15.71%
B = 10%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C2115 (or 0x9C2115) is known color: Mandarian Orange. HEX triplet: 9C, 21 and 15. RGB value is (156,33,21). Sum of RGB (Red+Green+Blue) = 156+33+21=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2115 is #63DEEA. Grayscale: #444444. Windows color (decimal): -6545131 or 1384860. OLE color: 1384860.

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

Color convert

RGB 156 33 21 -
CMYK 0 0.79 0.87 0.39
HSL 5.33º 0.76% 0.35% -
HSV(B) 5.33º 0.87% 0.61% -
XYZ 14.39 8.21 1.54 -
YUV 68.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 156 33 21 0 0.79 0.87 0.39 5.33 0.76 0.35
Hex 9C 21 15 0 4F 57 27 5 4C 23
Octal 234 41 25 0 117 127 47 5 114 43
Binary 10011100 100001 10101 0 1001111 1010111 100111 101 1001100 100011

Color Harmonies of #9C2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2115

Black with #9C2115

Text Example


Text Example

White with #9C2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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