Html Css Color HEX #9E362E Milano Red

📋 copy color: '#9E362E'

red 158 ◦ green 54 ◦ blue 46

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

Shades of Milano Red #9E362E

Tints of Milano Red #9E362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 61.24%
G = 20.93%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9E362E (or 0x9E362E) is known color: Milano Red. HEX triplet: 9E, 36 and 2E. RGB value is (158,54,46). Sum of RGB (Red+Green+Blue) = 158+54+46=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E362E is #61C9D1. Grayscale: #545454. Windows color (decimal): -6408658 or 3028638. OLE color: 3028638.

HSL color Cylindrical-coordinate representation of color #9E362E: hue angle of 4.29º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E362E is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 54 46 -
CMYK 0 0.66 0.71 0.38
HSL 4.29º 0.55% 0.4% -
HSV(B) 4.29º 0.71% 0.62% -
XYZ 15.91 10.1 3.7 -
YUV 84.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 158 54 46 0 0.66 0.71 0.38 4.29 0.55 0.4
Hex 9E 36 2E 0 42 47 26 4 37 28
Octal 236 66 56 0 102 107 46 4 67 50
Binary 10011110 110110 101110 0 1000010 1000111 100110 100 110111 101000

Color Harmonies of #9E362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E362E

Black with #9E362E

Text Example


Text Example

White with #9E362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,54,46); }

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

background-color css

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

 a { background-color: rgb(158,54,46); }

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

border-color css

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

 span { border-color: rgb(158,54,46); }

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