#9E191E

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

Shades of Bright Red #9E191E

Tints of Bright Red #9E191E

Color information

#9E191E (or 0x9E191E) is unknown color: approx Bright Red. HEX triplet: 9E, 19 and 1E. RGB value is (158,25,30). Sum of RGB (Red+Green+Blue) = 158+25+30=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E191E is #61E6E1. Grayscale: #414141. Windows color (decimal): -6416098 or 1972638. OLE color: 1972638.

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

Color convert

RGB1582530-
CMYK00.840.810.38
HSL357.74º72.68%35.88%-
HSV(B)357.74º84.18%61.96%-
XYZ14.688.062.01-
YUV65.34108.06194.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 74.18%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=74.18%
G=11.74%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158253000.840.810.38357.7472.6835.88
Hex9E191E05451261664924
Octal236313601241214654611144
Binary1001111011001111100101010010100011001101011001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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