Html Css Color HEX #9D1D0C Mandarian Orange

📋 copy color: '#9D1D0C'

red 157 ◦ green 29 ◦ blue 12

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

Shades of Mandarian Orange #9D1D0C

Tints of Mandarian Orange #9D1D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

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

R = 79.29%
G = 14.65%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D1D0C (or 0x9D1D0C) is known color: Mandarian Orange. HEX triplet: 9D, 1D and 0C. RGB value is (157,29,12). Sum of RGB (Red+Green+Blue) = 157+29+12=198 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.29% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1D0C is #62E2F3. Grayscale: #414141. Windows color (decimal): -6480628 or 794013. OLE color: 794013.

HSL color Cylindrical-coordinate representation of color #9D1D0C: hue angle of 7.03º 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 #9D1D0C is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 29 12 -
CMYK 0 0.82 0.92 0.38
HSL 7.03º 0.86% 0.33% -
HSV(B) 7.03º 0.92% 0.62% -
XYZ 14.41 8.07 1.15 -
YUV 65.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 157 29 12 0 0.82 0.92 0.38 7.03 0.86 0.33
Hex 9D 1D C 0 52 5C 26 7 56 21
Octal 235 35 14 0 122 134 46 7 126 41
Binary 10011101 11101 1100 0 1010010 1011100 100110 111 1010110 100001

Color Harmonies of #9D1D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D0C

Black with #9D1D0C

Text Example


Text Example

White with #9D1D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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