#9E1B29

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

Shades of Bright Red #9E1B29

Tints of Bright Red #9E1B29

Color information

#9E1B29 (or 0x9E1B29) is unknown color: approx Bright Red. HEX triplet: 9E, 1B and 29. RGB value is (158,27,41). Sum of RGB (Red+Green+Blue) = 158+27+41=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1B29 is #61E4D6. Grayscale: #434343. Windows color (decimal): -6415575 or 2694046. OLE color: 2694046.

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

Color convert

RGB1582741-
CMYK00.830.740.38
HSL353.59º70.81%36.27%-
HSV(B)353.59º82.91%61.96%-
XYZ14.898.212.9-
YUV67.76112.9192.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.91%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=69.91%
G=11.95%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158274100.830.740.38353.5970.8136.27
Hex9E1B290534A261624724
Octal236335101231124654210744
Binary10011110110111010010101001110010101001101011000101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,27,41); }

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

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

 a { background-color: rgb(158,27,41); }

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

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

 span { border-color: rgb(158,27,41); }

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