Html Css Color HEX #9C201E Mandarian Orange

📋 copy color: '#9C201E'

red 156 ◦ green 32 ◦ blue 30

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

Shades of Mandarian Orange #9C201E

Tints of Mandarian Orange #9C201E

RGB

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

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

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

R = 71.56%
G = 14.68%
B = 13.76%

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

#9C201E (or 0x9C201E) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 1E. RGB value is (156,32,30). Sum of RGB (Red+Green+Blue) = 156+32+30=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C201E is #63DFE1. Grayscale: #444444. Windows color (decimal): -6545378 or 1974428. OLE color: 1974428.

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

Color convert

RGB 156 32 30 -
CMYK 0 0.79 0.81 0.39
HSL 0.95º 0.68% 0.36% -
HSV(B) 0.95º 0.81% 0.61% -
XYZ 14.46 8.19 2.05 -
YUV 68.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 156 32 30 0 0.79 0.81 0.39 0.95 0.68 0.36
Hex 9C 20 1E 0 4F 51 27 1 44 24
Octal 234 40 36 0 117 121 47 1 104 44
Binary 10011100 100000 11110 0 1001111 1010001 100111 1 1000100 100100

Color Harmonies of #9C201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C201E

Black with #9C201E

Text Example


Text Example

White with #9C201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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