Html Css Color HEX #9F2311 Mandarian Orange

📋 copy color: '#9F2311'

red 159 ◦ green 35 ◦ blue 17

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

Shades of Mandarian Orange #9F2311

Tints of Mandarian Orange #9F2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 75.36%
G = 16.59%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2311 (or 0x9F2311) is known color: Mandarian Orange. HEX triplet: 9F, 23 and 11. RGB value is (159,35,17). Sum of RGB (Red+Green+Blue) = 159+35+17=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2311 is #60DCEE. Grayscale: #464646. Windows color (decimal): -6348015 or 1123231. OLE color: 1123231.

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

Color convert

RGB 159 35 17 -
CMYK 0 0.78 0.89 0.38
HSL 7.61º 0.81% 0.35% -
HSV(B) 7.61º 0.89% 0.62% -
XYZ 15 8.61 1.4 -
YUV 70.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 159 35 17 0 0.78 0.89 0.38 7.61 0.81 0.35
Hex 9F 23 11 0 4E 59 26 8 51 23
Octal 237 43 21 0 116 131 46 10 121 43
Binary 10011111 100011 10001 0 1001110 1011001 100110 1000 1010001 100011

Color Harmonies of #9F2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2311

Black with #9F2311

Text Example


Text Example

White with #9F2311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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