#9F1C15

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

Shades of Mandarian Orange #9F1C15

Tints of Mandarian Orange #9F1C15

Color information

#9F1C15 (or 0x9F1C15) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 1C and 15. RGB value is (159,28,21). Sum of RGB (Red+Green+Blue) = 159+28+21=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1C15 is #60E3EA. Grayscale: #424242. Windows color (decimal): -6349803 or 1383583. OLE color: 1383583.

HSL color Cylindrical-coordinate representation of color #9F1C15: hue angle of 3.04º 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 #9F1C15 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1592821-
CMYK00.820.870.38
HSL3.04º76.67%35.29%-
HSV(B)3.04º86.79%62.35%-
XYZ14.858.261.52-
YUV66.37102.4194.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.44%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=76.44%
G=13.46%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159282100.820.870.383.0476.6735.29
Hex9F1C15052572634d23
Octal2373425012212746311543
Binary100111111110010101010100101010111100110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,21); }

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

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

 a { background-color: rgb(159,28,21); }

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

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

 span { border-color: rgb(159,28,21); }

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