Html Css Color HEX #9D1F0C Mandarian Orange

📋 copy color: '#9D1F0C'

red 157 ◦ green 31 ◦ blue 12

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

Shades of Mandarian Orange #9D1F0C

Tints of Mandarian Orange #9D1F0C

RGB

 RED value IS 157 (61.72% from 255) = 78.5%

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

 BLUE value IS 12 (5.08% from 255) = 6%

R = 78.5%
G = 15.5%
B = 6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D1F0C (or 0x9D1F0C) is known color: Mandarian Orange. HEX triplet: 9D, 1F and 0C. RGB value is (157,31,12). Sum of RGB (Red+Green+Blue) = 157+31+12=200 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1F0C is #62E0F3. Grayscale: #424242. Windows color (decimal): -6480116 or 794525. OLE color: 794525.

HSL color Cylindrical-coordinate representation of color #9D1F0C: hue angle of 7.86º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D1F0C is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 31 12 -
CMYK 0 0.80 0.92 0.38
HSL 7.86º 0.86% 0.33% -
HSV(B) 7.86º 0.92% 0.62% -
XYZ 14.46 8.17 1.16 -
YUV 66.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 157 31 12 0 0.80 0.92 0.38 7.86 0.86 0.33
Hex 9D 1F C 0 50 5C 26 8 56 21
Octal 235 37 14 0 120 134 46 10 126 41
Binary 10011101 11111 1100 0 1010000 1011100 100110 1000 1010110 100001

Color Harmonies of #9D1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1F0C

Black with #9D1F0C

Text Example


Text Example

White with #9D1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,31,12); }

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

background-color css

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

 a { background-color: rgb(157,31,12); }

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

border-color css

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

 span { border-color: rgb(157,31,12); }

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