Html Css Color HEX #9F1917 Mandarian Orange

📋 copy color: '#9F1917'

red 159 ◦ green 25 ◦ blue 23

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

Shades of Mandarian Orange #9F1917

Tints of Mandarian Orange #9F1917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

 BLUE value IS 23 (9.38% from 255) = 11.11%

R = 76.81%
G = 12.08%
B = 11.11%

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

#9F1917 (or 0x9F1917) is known color: Mandarian Orange. HEX triplet: 9F, 19 and 17. RGB value is (159,25,23). Sum of RGB (Red+Green+Blue) = 159+25+23=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1917 is #60E6E8. Grayscale: #404040. Windows color (decimal): -6350569 or 1513887. OLE color: 1513887.

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

Color convert

RGB 159 25 23 -
CMYK 0 0.84 0.86 0.38
HSL 0.88º 0.75% 0.36% -
HSV(B) 0.88º 0.86% 0.62% -
XYZ 14.8 8.13 1.6 -
YUV 64.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 159 25 23 0 0.84 0.86 0.38 0.88 0.75 0.36
Hex 9F 19 17 0 54 56 26 1 4B 24
Octal 237 31 27 0 124 126 46 1 113 44
Binary 10011111 11001 10111 0 1010100 1010110 100110 1 1001011 100100

Color Harmonies of #9F1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1917

Black with #9F1917

Text Example


Text Example

White with #9F1917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,23); }

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

background-color css

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

 a { background-color: rgb(159,25,23); }

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

border-color css

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

 span { border-color: rgb(159,25,23); }

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