#9E1639

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

Shades of Bright Red #9E1639

Tints of Bright Red #9E1639

Color information

#9E1639 (or 0x9E1639) is unknown color: approx Bright Red. HEX triplet: 9E, 16 and 39. RGB value is (158,22,57). Sum of RGB (Red+Green+Blue) = 158+22+57=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1639 is #61E9C6. Grayscale: #424242. Windows color (decimal): -6416839 or 3741342. OLE color: 3741342.

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

Color convert

RGB1582257-
CMYK00.860.640.38
HSL344.56º75.56%35.29%-
HSV(B)344.56º86.08%61.96%-
XYZ15.138.144.64-
YUV66.65122.56193.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=66.67%
G=9.28%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158225700.860.640.38344.5675.5635.29
Hex9E163905640261594c23
Octal236267101261004653111443
Binary10011110101101110010101011010000001001101010110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,22,57); }

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

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

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

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

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

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

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