#9E152D

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

Shades of Bright Red #9E152D

Tints of Bright Red #9E152D

Color information

#9E152D (or 0x9E152D) is unknown color: approx Bright Red. HEX triplet: 9E, 15 and 2D. RGB value is (158,21,45). Sum of RGB (Red+Green+Blue) = 158+21+45=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E152D is #61EAD2. Grayscale: #404040. Windows color (decimal): -6417107 or 2954654. OLE color: 2954654.

HSL color Cylindrical-coordinate representation of color #9E152D: hue angle of 349.49º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E152D is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1582145-
CMYK00.870.720.38
HSL349.49º76.54%35.1%-
HSV(B)349.49º86.71%61.96%-
XYZ14.847.993.24-
YUV64.7116.89194.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.54%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=70.54%
G=9.38%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158214500.870.720.38349.4976.5435.1
Hex9E152D057482615d4d23
Octal236255501271104653511543
Binary10011110101011011010101011110010001001101010111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,21,45); }

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

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

 a { background-color: rgb(158,21,45); }

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

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

 span { border-color: rgb(158,21,45); }

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