#9D1514

Color #9D1514 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9D1514

Tints of Mandarian Orange #9D1514

Color information

#9D1514 (or 0x9D1514) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 15 and 14. RGB value is (157,21,20). Sum of RGB (Red+Green+Blue) = 157+21+20=198 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.29% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1514 is #62EAEB. Grayscale: #3D3D3D. Windows color (decimal): -6482668 or 1316253. OLE color: 1316253.

HSL color Cylindrical-coordinate representation of color #9D1514: hue angle of 0.44º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1514 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1572120-
CMYK00.870.870.38
HSL0.44º77.4%34.71%-
HSV(B)0.44º87.26%61.57%-
XYZ14.37.751.41-
YUV61.55104.56196.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 79.29%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=79.29%
G=10.61%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157212000.870.870.380.4477.434.71
Hex9D1514057572604d23
Octal2352524012712746011543
Binary10011101101011010001010111101011110011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,21,20); }

 H1.HeaderClassName
 {
   color: #9D1514;
 }
 .AnyTagClassName
 {
   color: #9D1514;
 }
</style>
background-color css

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

 a { background-color: rgb(157,21,20); }

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

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

 span { border-color: rgb(157,21,20); }

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