#9D2303

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

Shades of Mandarian Orange #9D2303

Tints of Mandarian Orange #9D2303

Color information

#9D2303 (or 0x9D2303) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 23 and 03. RGB value is (157,35,3). Sum of RGB (Red+Green+Blue) = 157+35+3=195 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.51% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2303 is #62DCFC. Grayscale: #444444. Windows color (decimal): -6479101 or 205725. OLE color: 205725.

HSL color Cylindrical-coordinate representation of color #9D2303: hue angle of 12.47º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D2303 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB157353-
CMYK00.780.980.38
HSL12.47º96.25%31.37%-
HSV(B)12.47º98.09%61.57%-
XYZ14.528.380.94-
YUV67.8391.42191.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.51%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 3 (1.56% from 255) = 1.54%
R=80.51%
G=17.95%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15735300.780.980.3812.4796.2531.37
Hex9D23304E6226c601f
Octal2354330116142461414037
Binary10011101100011110100111011000101001101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,35,3); }

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

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

 a { background-color: rgb(157,35,3); }

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

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

 span { border-color: rgb(157,35,3); }

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