#9E1926

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

Shades of Bright Red #9E1926

Tints of Bright Red #9E1926

Color information

#9E1926 (or 0x9E1926) is unknown color: approx Bright Red. HEX triplet: 9E, 19 and 26. RGB value is (158,25,38). Sum of RGB (Red+Green+Blue) = 158+25+38=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1926 is #61E6D9. Grayscale: #424242. Windows color (decimal): -6416090 or 2496926. OLE color: 2496926.

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

Color convert

RGB1582538-
CMYK00.840.760.38
HSL354.14º72.68%35.88%-
HSV(B)354.14º84.18%61.96%-
XYZ14.88.12.62-
YUV66.25112.06193.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.49%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=71.49%
G=11.31%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158253800.840.760.38354.1472.6835.88
Hex9E19260544C261624924
Octal236314601241144654211144
Binary10011110110011001100101010010011001001101011000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,25,38); }

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

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

 a { background-color: rgb(158,25,38); }

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

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

 span { border-color: rgb(158,25,38); }

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