Html Css Color HEX #9E352F Milano Red

📋 copy color: '#9E352F'

red 158 ◦ green 53 ◦ blue 47

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

Shades of Milano Red #9E352F

Tints of Milano Red #9E352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 61.24%
G = 20.54%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E352F (or 0x9E352F) is known color: Milano Red. HEX triplet: 9E, 35 and 2F. RGB value is (158,53,47). Sum of RGB (Red+Green+Blue) = 158+53+47=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E352F is #61CAD0. Grayscale: #535353. Windows color (decimal): -6408913 or 3093918. OLE color: 3093918.

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

Color convert

RGB 158 53 47 -
CMYK 0 0.66 0.70 0.38
HSL 3.24º 0.54% 0.4% -
HSV(B) 3.24º 0.7% 0.62% -
XYZ 15.89 10.02 3.79 -
YUV 83.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 158 53 47 0 0.66 0.70 0.38 3.24 0.54 0.4
Hex 9E 35 2F 0 42 46 26 3 36 28
Octal 236 65 57 0 102 106 46 3 66 50
Binary 10011110 110101 101111 0 1000010 1000110 100110 11 110110 101000

Color Harmonies of #9E352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E352F

Black with #9E352F

Text Example


Text Example

White with #9E352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,47); }

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

background-color css

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

 a { background-color: rgb(158,53,47); }

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

border-color css

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

 span { border-color: rgb(158,53,47); }

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