Html Css Color HEX #9E211A Mandarian Orange

📋 copy color: '#9E211A'

red 158 ◦ green 33 ◦ blue 26

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

Shades of Mandarian Orange #9E211A

Tints of Mandarian Orange #9E211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 72.81%
G = 15.21%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E211A (or 0x9E211A) is known color: Mandarian Orange. HEX triplet: 9E, 21 and 1A. RGB value is (158,33,26). Sum of RGB (Red+Green+Blue) = 158+33+26=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E211A is #61DEE5. Grayscale: #454545. Windows color (decimal): -6414054 or 1712542. OLE color: 1712542.

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

Color convert

RGB 158 33 26 -
CMYK 0 0.79 0.84 0.38
HSL 3.18º 0.72% 0.36% -
HSV(B) 3.18º 0.84% 0.62% -
XYZ 14.83 8.43 1.82 -
YUV 69.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 158 33 26 0 0.79 0.84 0.38 3.18 0.72 0.36
Hex 9E 21 1A 0 4F 54 26 3 48 24
Octal 236 41 32 0 117 124 46 3 110 44
Binary 10011110 100001 11010 0 1001111 1010100 100110 11 1001000 100100

Color Harmonies of #9E211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E211A

Black with #9E211A

Text Example


Text Example

White with #9E211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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