Html Css Color HEX #9D1710 Mandarian Orange

📋 copy color: '#9D1710'

red 157 ◦ green 23 ◦ blue 16

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

Shades of Mandarian Orange #9D1710

Tints of Mandarian Orange #9D1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 80.1%
G = 11.73%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D1710 (or 0x9D1710) is known color: Mandarian Orange. HEX triplet: 9D, 17 and 10. RGB value is (157,23,16). Sum of RGB (Red+Green+Blue) = 157+23+16=196 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.10% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1710 is #62E8EF. Grayscale: #3E3E3E. Windows color (decimal): -6482160 or 1054621. OLE color: 1054621.

HSL color Cylindrical-coordinate representation of color #9D1710: hue angle of 2.98º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1710 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 23 16 -
CMYK 0 0.85 0.90 0.38
HSL 2.98º 0.82% 0.34% -
HSV(B) 2.98º 0.9% 0.62% -
XYZ 14.3 7.82 1.25 -
YUV 62.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 157 23 16 0 0.85 0.90 0.38 2.98 0.82 0.34
Hex 9D 17 10 0 55 5A 26 3 52 22
Octal 235 27 20 0 125 132 46 3 122 42
Binary 10011101 10111 10000 0 1010101 1011010 100110 11 1010010 100010

Color Harmonies of #9D1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1710

Black with #9D1710

Text Example


Text Example

White with #9D1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,23,16); }

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

background-color css

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

 a { background-color: rgb(157,23,16); }

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

border-color css

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

 span { border-color: rgb(157,23,16); }

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