Html Css Color HEX #9F1412 Mandarian Orange

📋 copy color: '#9F1412'

red 159 ◦ green 20 ◦ blue 18

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

Shades of Mandarian Orange #9F1412

Tints of Mandarian Orange #9F1412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 80.71%
G = 10.15%
B = 9.14%

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

#9F1412 (or 0x9F1412) is known color: Mandarian Orange. HEX triplet: 9F, 14 and 12. RGB value is (159,20,18). Sum of RGB (Red+Green+Blue) = 159+20+18=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1412 is #60EBED. Grayscale: #3D3D3D. Windows color (decimal): -6351854 or 1184927. OLE color: 1184927.

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

Color convert

RGB 159 20 18 -
CMYK 0 0.87 0.89 0.38
HSL 0.85º 0.8% 0.35% -
HSV(B) 0.85º 0.89% 0.62% -
XYZ 14.66 7.91 1.33 -
YUV 61.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 159 20 18 0 0.87 0.89 0.38 0.85 0.8 0.35
Hex 9F 14 12 0 57 59 26 1 50 23
Octal 237 24 22 0 127 131 46 1 120 43
Binary 10011111 10100 10010 0 1010111 1011001 100110 1 1010000 100011

Color Harmonies of #9F1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1412

Black with #9F1412

Text Example


Text Example

White with #9F1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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