Html Css Color HEX #9E231A Mandarian Orange

📋 copy color: '#9E231A'

red 158 ◦ green 35 ◦ blue 26

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

Shades of Mandarian Orange #9E231A

Tints of Mandarian Orange #9E231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 72.15%
G = 15.98%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E231A (or 0x9E231A) is known color: Mandarian Orange. HEX triplet: 9E, 23 and 1A. RGB value is (158,35,26). Sum of RGB (Red+Green+Blue) = 158+35+26=219 (29% of max value = 765). Red value is 158 (62.11% from 255 or 72.15% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 158 - color contains mainly: red. Hex color #9E231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E231A is #61DCE5. Grayscale: #464646. Windows color (decimal): -6413542 or 1713054. OLE color: 1713054.

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

Color convert

RGB 158 35 26 -
CMYK 0 0.78 0.84 0.38
HSL 4.09º 0.72% 0.36% -
HSV(B) 4.09º 0.84% 0.62% -
XYZ 14.89 8.55 1.84 -
YUV 70.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 158 35 26 0 0.78 0.84 0.38 4.09 0.72 0.36
Hex 9E 23 1A 0 4E 54 26 4 48 24
Octal 236 43 32 0 116 124 46 4 110 44
Binary 10011110 100011 11010 0 1001110 1010100 100110 100 1001000 100100

Color Harmonies of #9E231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E231A

Black with #9E231A

Text Example


Text Example

White with #9E231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,35,26); }

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

background-color css

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

 a { background-color: rgb(158,35,26); }

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

border-color css

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

 span { border-color: rgb(158,35,26); }

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