Html Css Color HEX #9F1A16 Mandarian Orange

📋 copy color: '#9F1A16'

red 159 ◦ green 26 ◦ blue 22

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

Shades of Mandarian Orange #9F1A16

Tints of Mandarian Orange #9F1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

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

R = 76.81%
G = 12.56%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F1A16 (or 0x9F1A16) is known color: Mandarian Orange. HEX triplet: 9F, 1A and 16. RGB value is (159,26,22). Sum of RGB (Red+Green+Blue) = 159+26+22=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1A16 is #60E5E9. Grayscale: #414141. Windows color (decimal): -6350314 or 1448607. OLE color: 1448607.

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

Color convert

RGB 159 26 22 -
CMYK 0 0.84 0.86 0.38
HSL 1.75º 0.76% 0.35% -
HSV(B) 1.75º 0.86% 0.62% -
XYZ 14.81 8.17 1.55 -
YUV 65.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 159 26 22 0 0.84 0.86 0.38 1.75 0.76 0.35
Hex 9F 1A 16 0 54 56 26 2 4C 23
Octal 237 32 26 0 124 126 46 2 114 43
Binary 10011111 11010 10110 0 1010100 1010110 100110 10 1001100 100011

Color Harmonies of #9F1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1A16

Black with #9F1A16

Text Example


Text Example

White with #9F1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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