Html Css Color HEX #9E2814 Mandarian Orange

📋 copy color: '#9E2814'

red 158 ◦ green 40 ◦ blue 20

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

Shades of Mandarian Orange #9E2814

Tints of Mandarian Orange #9E2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 72.48%
G = 18.35%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E2814 (or 0x9E2814) is known color: Mandarian Orange. HEX triplet: 9E, 28 and 14. RGB value is (158,40,20). Sum of RGB (Red+Green+Blue) = 158+40+20=218 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.48% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2814 is #61D7EB. Grayscale: #494949. Windows color (decimal): -6412268 or 1321118. OLE color: 1321118.

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

Color convert

RGB 158 40 20 -
CMYK 0 0.75 0.87 0.38
HSL 8.7º 0.78% 0.35% -
HSV(B) 8.7º 0.87% 0.62% -
XYZ 14.99 8.84 1.58 -
YUV 73 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 158 40 20 0 0.75 0.87 0.38 8.7 0.78 0.35
Hex 9E 28 14 0 4B 57 26 9 4E 23
Octal 236 50 24 0 113 127 46 11 116 43
Binary 10011110 101000 10100 0 1001011 1010111 100110 1001 1001110 100011

Color Harmonies of #9E2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2814

Black with #9E2814

Text Example


Text Example

White with #9E2814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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