Html Css Color HEX #9F1F16 Mandarian Orange

📋 copy color: '#9F1F16'

red 159 ◦ green 31 ◦ blue 22

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

Shades of Mandarian Orange #9F1F16

Tints of Mandarian Orange #9F1F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 75%
G = 14.62%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F1F16 (or 0x9F1F16) is known color: Mandarian Orange. HEX triplet: 9F, 1F and 16. RGB value is (159,31,22). Sum of RGB (Red+Green+Blue) = 159+31+22=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1F16 is #60E0E9. Grayscale: #444444. Windows color (decimal): -6349034 or 1449887. OLE color: 1449887.

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

Color convert

RGB 159 31 22 -
CMYK 0 0.81 0.86 0.38
HSL 3.94º 0.76% 0.35% -
HSV(B) 3.94º 0.86% 0.62% -
XYZ 14.93 8.41 1.6 -
YUV 68.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 159 31 22 0 0.81 0.86 0.38 3.94 0.76 0.35
Hex 9F 1F 16 0 51 56 26 4 4C 23
Octal 237 37 26 0 121 126 46 4 114 43
Binary 10011111 11111 10110 0 1010001 1010110 100110 100 1001100 100011

Color Harmonies of #9F1F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F16

Black with #9F1F16

Text Example


Text Example

White with #9F1F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,22); }

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

background-color css

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

 a { background-color: rgb(159,31,22); }

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

border-color css

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

 span { border-color: rgb(159,31,22); }

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