Html Css Color HEX #9F190E Mandarian Orange

📋 copy color: '#9F190E'

red 159 ◦ green 25 ◦ blue 14

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

Shades of Mandarian Orange #9F190E

Tints of Mandarian Orange #9F190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 80.3%
G = 12.63%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F190E (or 0x9F190E) is known color: Mandarian Orange. HEX triplet: 9F, 19 and 0E. RGB value is (159,25,14). Sum of RGB (Red+Green+Blue) = 159+25+14=198 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.30% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 159 - color contains mainly: red. Hex color #9F190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F190E is #60E6F1. Grayscale: #3F3F3F. Windows color (decimal): -6350578 or 924063. OLE color: 924063.

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

Color convert

RGB 159 25 14 -
CMYK 0 0.84 0.91 0.38
HSL 4.55º 0.84% 0.34% -
HSV(B) 4.55º 0.91% 0.62% -
XYZ 14.72 8.1 1.2 -
YUV 63.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 159 25 14 0 0.84 0.91 0.38 4.55 0.84 0.34
Hex 9F 19 E 0 54 5B 26 5 54 22
Octal 237 31 16 0 124 133 46 5 124 42
Binary 10011111 11001 1110 0 1010100 1011011 100110 101 1010100 100010

Color Harmonies of #9F190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F190E

Black with #9F190E

Text Example


Text Example

White with #9F190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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