Html Css Color HEX #9E1412 Mandarian Orange

📋 copy color: '#9E1412'

red 158 ◦ green 20 ◦ blue 18

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

Shades of Mandarian Orange #9E1412

Tints of Mandarian Orange #9E1412

RGB

 RED value IS 158 (62.11% from 255) = 80.61%

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

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

R = 80.61%
G = 10.2%
B = 9.18%

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

#9E1412 (or 0x9E1412) is known color: Mandarian Orange. HEX triplet: 9E, 14 and 12. RGB value is (158,20,18). Sum of RGB (Red+Green+Blue) = 158+20+18=196 (25% of max value = 765). Red value is 158 (62.11% from 255 or 80.61% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1412 is #61EBED. Grayscale: #3D3D3D. Windows color (decimal): -6417390 or 1184926. OLE color: 1184926.

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

Color convert

RGB 158 20 18 -
CMYK 0 0.87 0.89 0.38
HSL 0.86º 0.8% 0.35% -
HSV(B) 0.86º 0.89% 0.62% -
XYZ 14.46 7.81 1.32 -
YUV 61.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 158 20 18 0 0.87 0.89 0.38 0.86 0.8 0.35
Hex 9E 14 12 0 57 59 26 1 50 23
Octal 236 24 22 0 127 131 46 1 120 43
Binary 10011110 10100 10010 0 1010111 1011001 100110 1 1010000 100011

Color Harmonies of #9E1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1412

Black with #9E1412

Text Example


Text Example

White with #9E1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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