Html Css Color HEX #9E372C Milano Red

📋 copy color: '#9E372C'

red 158 ◦ green 55 ◦ blue 44

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

Shades of Milano Red #9E372C

Tints of Milano Red #9E372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 61.48%
G = 21.4%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9E372C (or 0x9E372C) is known color: Milano Red. HEX triplet: 9E, 37 and 2C. RGB value is (158,55,44). Sum of RGB (Red+Green+Blue) = 158+55+44=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E372C is #61C8D3. Grayscale: #545454. Windows color (decimal): -6408404 or 2897822. OLE color: 2897822.

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

Color convert

RGB 158 55 44 -
CMYK 0 0.65 0.72 0.38
HSL 5.79º 0.56% 0.4% -
HSV(B) 5.79º 0.72% 0.62% -
XYZ 15.92 10.18 3.51 -
YUV 84.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 158 55 44 0 0.65 0.72 0.38 5.79 0.56 0.4
Hex 9E 37 2C 0 41 48 26 6 38 28
Octal 236 67 54 0 101 110 46 6 70 50
Binary 10011110 110111 101100 0 1000001 1001000 100110 110 111000 101000

Color Harmonies of #9E372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E372C

Black with #9E372C

Text Example


Text Example

White with #9E372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,55,44); }

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

background-color css

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

 a { background-color: rgb(158,55,44); }

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

border-color css

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

 span { border-color: rgb(158,55,44); }

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