Html Css Color HEX #9D1F11 Mandarian Orange

📋 copy color: '#9D1F11'

red 157 ◦ green 31 ◦ blue 17

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

Shades of Mandarian Orange #9D1F11

Tints of Mandarian Orange #9D1F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 76.59%
G = 15.12%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D1F11 (or 0x9D1F11) is known color: Mandarian Orange. HEX triplet: 9D, 1F and 11. RGB value is (157,31,17). Sum of RGB (Red+Green+Blue) = 157+31+17=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1F11 is #62E0EE. Grayscale: #434343. Windows color (decimal): -6480111 or 1122205. OLE color: 1122205.

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

Color convert

RGB 157 31 17 -
CMYK 0 0.80 0.89 0.38
HSL 0.8% 0.34% -
HSV(B) 0.89% 0.62% -
XYZ 14.5 8.19 1.35 -
YUV 67.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 157 31 17 0 0.80 0.89 0.38 6 0.8 0.34
Hex 9D 1F 11 0 50 59 26 6 50 22
Octal 235 37 21 0 120 131 46 6 120 42
Binary 10011101 11111 10001 0 1010000 1011001 100110 110 1010000 100010

Color Harmonies of #9D1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1F11

Black with #9D1F11

Text Example


Text Example

White with #9D1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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