Html Css Color HEX #9C1F1E Mandarian Orange

📋 copy color: '#9C1F1E'

red 156 ◦ green 31 ◦ blue 30

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

Shades of Mandarian Orange #9C1F1E

Tints of Mandarian Orange #9C1F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.29%

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

R = 71.89%
G = 14.29%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C1F1E (or 0x9C1F1E) is known color: Mandarian Orange. HEX triplet: 9C, 1F and 1E. RGB value is (156,31,30). Sum of RGB (Red+Green+Blue) = 156+31+30=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1F1E is #63E0E1. Grayscale: #444444. Windows color (decimal): -6545634 or 1974172. OLE color: 1974172.

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

Color convert

RGB 156 31 30 -
CMYK 0 0.80 0.81 0.39
HSL 0.48º 0.68% 0.36% -
HSV(B) 0.48º 0.81% 0.61% -
XYZ 14.43 8.14 2.04 -
YUV 68.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 156 31 30 0 0.80 0.81 0.39 0.48 0.68 0.36
Hex 9C 1F 1E 0 50 51 27 0 44 24
Octal 234 37 36 0 120 121 47 0 104 44
Binary 10011100 11111 11110 0 1010000 1010001 100111 0 1000100 100100

Color Harmonies of #9C1F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1F1E

Black with #9C1F1E

Text Example


Text Example

White with #9C1F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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