#9E1E3D

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

Shades of Bright Red #9E1E3D

Tints of Bright Red #9E1E3D

Color information

#9E1E3D (or 0x9E1E3D) is unknown color: approx Bright Red. HEX triplet: 9E, 1E and 3D. RGB value is (158,30,61). Sum of RGB (Red+Green+Blue) = 158+30+61=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E3D is #61E1C2. Grayscale: #474747. Windows color (decimal): -6414787 or 4005534. OLE color: 4005534.

HSL color Cylindrical-coordinate representation of color #9E1E3D: hue angle of 345.47º 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 #9E1E3D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB1583061-
CMYK00.810.610.38
HSL345.47º68.09%36.86%-
HSV(B)345.47º81.01%61.96%-
XYZ15.418.535.25-
YUV71.81121.91189.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.45%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=63.45%
G=12.05%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158306100.810.610.38345.4768.0936.86
Hex9E1E3D0513D261594425
Octal23636750121754653110445
Binary1001111011110111101010100011111011001101010110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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