#9E1631

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

Shades of Bright Red #9E1631

Tints of Bright Red #9E1631

Color information

#9E1631 (or 0x9E1631) is unknown color: approx Bright Red. HEX triplet: 9E, 16 and 31. RGB value is (158,22,49). Sum of RGB (Red+Green+Blue) = 158+22+49=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1631 is #61E9CE. Grayscale: #414141. Windows color (decimal): -6416847 or 3217054. OLE color: 3217054.

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

Color convert

RGB1582249-
CMYK00.860.690.38
HSL348.09º75.56%35.29%-
HSV(B)348.09º86.08%61.96%-
XYZ14.948.063.67-
YUV65.74118.56193.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.00%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=69.00%
G=9.61%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158224900.860.690.38348.0975.5635.29
Hex9E1631056452615c4c23
Octal236266101261054653411443
Binary10011110101101100010101011010001011001101010111001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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