#9E1E20

Color #9E1E20 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9E1E20

Tints of Bright Red #9E1E20

Color information

#9E1E20 (or 0x9E1E20) is unknown color: approx Bright Red. HEX triplet: 9E, 1E and 20. RGB value is (158,30,32). Sum of RGB (Red+Green+Blue) = 158+30+32=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E20 is #61E1DF. Grayscale: #444444. Windows color (decimal): -6414816 or 2104990. OLE color: 2104990.

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

Color convert

RGB1583032-
CMYK00.810.800.38
HSL359.06º68.09%36.86%-
HSV(B)359.06º81.01%61.96%-
XYZ14.838.32.19-
YUV68.5107.41191.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=71.82%
G=13.64%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158303200.810.800.38359.0668.0936.86
Hex9E1E2005150261674425
Octal236364001211204654710445
Binary10011110111101000000101000110100001001101011001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,30,32); }

 H1.HeaderClassName
 {
   color: #9E1E20;
 }
 .AnyTagClassName
 {
   color: #9E1E20;
 }
</style>
background-color css

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

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

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

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

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

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