Html Css Color HEX #9D1F0D Mandarian Orange

📋 copy color: '#9D1F0D'

red 157 ◦ green 31 ◦ blue 13

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

Shades of Mandarian Orange #9D1F0D

Tints of Mandarian Orange #9D1F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 78.11%
G = 15.42%
B = 6.47%

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

#9D1F0D (or 0x9D1F0D) is known color: Mandarian Orange. HEX triplet: 9D, 1F and 0D. RGB value is (157,31,13). Sum of RGB (Red+Green+Blue) = 157+31+13=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1F0D is #62E0F2. Grayscale: #424242. Windows color (decimal): -6480115 or 860061. OLE color: 860061.

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

Color convert

RGB 157 31 13 -
CMYK 0 0.80 0.92 0.38
HSL 7.5º 0.85% 0.33% -
HSV(B) 7.5º 0.92% 0.62% -
XYZ 14.47 8.18 1.2 -
YUV 66.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 157 31 13 0 0.80 0.92 0.38 7.5 0.85 0.33
Hex 9D 1F D 0 50 5C 26 8 55 21
Octal 235 37 15 0 120 134 46 10 125 41
Binary 10011101 11111 1101 0 1010000 1011100 100110 1000 1010101 100001

Color Harmonies of #9D1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1F0D

Black with #9D1F0D

Text Example


Text Example

White with #9D1F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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