Html Css Color HEX #9F1211 Mandarian Orange

📋 copy color: '#9F1211'

red 159 ◦ green 18 ◦ blue 17

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

Shades of Mandarian Orange #9F1211

Tints of Mandarian Orange #9F1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 81.96%
G = 9.28%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F1211 (or 0x9F1211) is known color: Mandarian Orange. HEX triplet: 9F, 12 and 11. RGB value is (159,18,17). Sum of RGB (Red+Green+Blue) = 159+18+17=194 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.96% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1211 is #60EDEE. Grayscale: #3C3C3C. Windows color (decimal): -6352367 or 1118879. OLE color: 1118879.

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

Color convert

RGB 159 18 17 -
CMYK 0 0.89 0.89 0.38
HSL 0.42º 0.81% 0.35% -
HSV(B) 0.42º 0.89% 0.62% -
XYZ 14.62 7.84 1.27 -
YUV 60.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 159 18 17 0 0.89 0.89 0.38 0.42 0.81 0.35
Hex 9F 12 11 0 59 59 26 0 51 23
Octal 237 22 21 0 131 131 46 0 121 43
Binary 10011111 10010 10001 0 1011001 1011001 100110 0 1010001 100011

Color Harmonies of #9F1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1211

Black with #9F1211

Text Example


Text Example

White with #9F1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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