Html Css Color HEX #9C201C Mandarian Orange

📋 copy color: '#9C201C'

red 156 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #9C201C

Tints of Mandarian Orange #9C201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 72.22%
G = 14.81%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C201C (or 0x9C201C) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 1C. RGB value is (156,32,28). Sum of RGB (Red+Green+Blue) = 156+32+28=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C201C is #63DFE3. Grayscale: #444444. Windows color (decimal): -6545380 or 1843356. OLE color: 1843356.

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

Color convert

RGB 156 32 28 -
CMYK 0 0.79 0.82 0.39
HSL 1.88º 0.7% 0.36% -
HSV(B) 1.88º 0.82% 0.61% -
XYZ 14.44 8.18 1.92 -
YUV 68.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 156 32 28 0 0.79 0.82 0.39 1.88 0.7 0.36
Hex 9C 20 1C 0 4F 52 27 2 46 24
Octal 234 40 34 0 117 122 47 2 106 44
Binary 10011100 100000 11100 0 1001111 1010010 100111 10 1000110 100100

Color Harmonies of #9C201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C201C

Black with #9C201C

Text Example


Text Example

White with #9C201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,32,28); }

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

background-color css

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

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

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

border-color css

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

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

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