Html Css Color HEX #9E1410 Mandarian Orange

📋 copy color: '#9E1410'

red 158 ◦ green 20 ◦ blue 16

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

Shades of Mandarian Orange #9E1410

Tints of Mandarian Orange #9E1410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 81.44%
G = 10.31%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9E1410 (or 0x9E1410) is known color: Mandarian Orange. HEX triplet: 9E, 14 and 10. RGB value is (158,20,16). Sum of RGB (Red+Green+Blue) = 158+20+16=194 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.44% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1410 is #61EBEF. Grayscale: #3C3C3C. Windows color (decimal): -6417392 or 1053854. OLE color: 1053854.

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

Color convert

RGB 158 20 16 -
CMYK 0 0.87 0.90 0.38
HSL 1.69º 0.82% 0.34% -
HSV(B) 1.69º 0.9% 0.62% -
XYZ 14.44 7.81 1.24 -
YUV 60.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 158 20 16 0 0.87 0.90 0.38 1.69 0.82 0.34
Hex 9E 14 10 0 57 5A 26 2 52 22
Octal 236 24 20 0 127 132 46 2 122 42
Binary 10011110 10100 10000 0 1010111 1011010 100110 10 1010010 100010

Color Harmonies of #9E1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1410

Black with #9E1410

Text Example


Text Example

White with #9E1410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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