Html Css Color HEX #9F1411 Mandarian Orange

📋 copy color: '#9F1411'

red 159 ◦ green 20 ◦ blue 17

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

Shades of Mandarian Orange #9F1411

Tints of Mandarian Orange #9F1411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 81.12%
G = 10.2%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F1411 (or 0x9F1411) is known color: Mandarian Orange. HEX triplet: 9F, 14 and 11. RGB value is (159,20,17). Sum of RGB (Red+Green+Blue) = 159+20+17=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1411 is #60EBEE. Grayscale: #3D3D3D. Windows color (decimal): -6351855 or 1119391. OLE color: 1119391.

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

Color convert

RGB 159 20 17 -
CMYK 0 0.87 0.89 0.38
HSL 1.27º 0.81% 0.35% -
HSV(B) 1.27º 0.89% 0.62% -
XYZ 14.65 7.91 1.29 -
YUV 61.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 159 20 17 0 0.87 0.89 0.38 1.27 0.81 0.35
Hex 9F 14 11 0 57 59 26 1 51 23
Octal 237 24 21 0 127 131 46 1 121 43
Binary 10011111 10100 10001 0 1010111 1011001 100110 1 1010001 100011

Color Harmonies of #9F1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1411

Black with #9F1411

Text Example


Text Example

White with #9F1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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