Html Css Color HEX #9E3333 Milano Red

📋 copy color: '#9E3333'

red 158 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #9E3333

Tints of Milano Red #9E3333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 60.77%
G = 19.62%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9E3333 (or 0x9E3333) is known color: Milano Red. HEX triplet: 9E, 33 and 33. RGB value is (158,51,51). Sum of RGB (Red+Green+Blue) = 158+51+51=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3333 is #61CCCC. Grayscale: #535353. Windows color (decimal): -6409421 or 3355550. OLE color: 3355550.

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

Color convert

RGB 158 51 51 -
CMYK 0 0.68 0.68 0.38
HSL 0.51% 0.41% -
HSV(B) 0.68% 0.62% -
XYZ 15.88 9.88 4.2 -
YUV 82.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 158 51 51 0 0.68 0.68 0.38 0 0.51 0.41
Hex 9E 33 33 0 44 44 26 0 33 29
Octal 236 63 63 0 104 104 46 0 63 51
Binary 10011110 110011 110011 0 1000100 1000100 100110 0 110011 101001

Color Harmonies of #9E3333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3333

Black with #9E3333

Text Example


Text Example

White with #9E3333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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