#9E1628

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

Shades of Bright Red #9E1628

Tints of Bright Red #9E1628

Color information

#9E1628 (or 0x9E1628) is unknown color: approx Bright Red. HEX triplet: 9E, 16 and 28. RGB value is (158,22,40). Sum of RGB (Red+Green+Blue) = 158+22+40=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1628 is #61E9D7. Grayscale: #404040. Windows color (decimal): -6416856 or 2627230. OLE color: 2627230.

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

Color convert

RGB1582240-
CMYK00.860.750.38
HSL352.06º75.56%35.29%-
HSV(B)352.06º86.08%61.96%-
XYZ14.7782.77-
YUV64.72114.06194.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=71.82%
G=10%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158224000.860.750.38352.0675.5635.29
Hex9E16280564B261604c23
Octal236265001261134654011443
Binary10011110101101010000101011010010111001101011000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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