Html Css Color HEX #9F1311 Mandarian Orange

📋 copy color: '#9F1311'

red 159 ◦ green 19 ◦ blue 17

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

Shades of Mandarian Orange #9F1311

Tints of Mandarian Orange #9F1311

RGB

 RED value IS 159 (62.5% from 255) = 81.54%

 GREEN value IS 19 (7.81% from 255) = 9.74%

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

R = 81.54%
G = 9.74%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F1311 (or 0x9F1311) is known color: Mandarian Orange. HEX triplet: 9F, 13 and 11. RGB value is (159,19,17). Sum of RGB (Red+Green+Blue) = 159+19+17=195 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.54% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1311 is #60ECEE. Grayscale: #3C3C3C. Windows color (decimal): -6352111 or 1119135. OLE color: 1119135.

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

Color convert

RGB 159 19 17 -
CMYK 0 0.88 0.89 0.38
HSL 0.85º 0.81% 0.35% -
HSV(B) 0.85º 0.89% 0.62% -
XYZ 14.63 7.88 1.28 -
YUV 60.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 159 19 17 0 0.88 0.89 0.38 0.85 0.81 0.35
Hex 9F 13 11 0 58 59 26 1 51 23
Octal 237 23 21 0 130 131 46 1 121 43
Binary 10011111 10011 10001 0 1011000 1011001 100110 1 1010001 100011

Color Harmonies of #9F1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1311

Black with #9F1311

Text Example


Text Example

White with #9F1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,19,17); }

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

background-color css

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

 a { background-color: rgb(159,19,17); }

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

border-color css

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

 span { border-color: rgb(159,19,17); }

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