#9E193E

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

Shades of Bright Red #9E193E

Tints of Bright Red #9E193E

Color information

#9E193E (or 0x9E193E) is unknown color: approx Bright Red. HEX triplet: 9E, 19 and 3E. RGB value is (158,25,62). Sum of RGB (Red+Green+Blue) = 158+25+62=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E193E is #61E6C1. Grayscale: #444444. Windows color (decimal): -6416066 or 4069790. OLE color: 4069790.

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

Color convert

RGB1582562-
CMYK00.840.610.38
HSL343.31º72.68%35.88%-
HSV(B)343.31º84.18%61.96%-
XYZ15.328.315.35-
YUV68.98124.06191.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.49%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=64.49%
G=10.20%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158256200.840.610.38343.3172.6835.88
Hex9E193E0543D261574924
Octal23631760124754652711144
Binary1001111011001111110010101001111011001101010101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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