#9E152E

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

Shades of Bright Red #9E152E

Tints of Bright Red #9E152E

Color information

#9E152E (or 0x9E152E) is unknown color: approx Bright Red. HEX triplet: 9E, 15 and 2E. RGB value is (158,21,46). Sum of RGB (Red+Green+Blue) = 158+21+46=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E152E is #61EAD1. Grayscale: #404040. Windows color (decimal): -6417106 or 3020190. OLE color: 3020190.

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

Color convert

RGB1582146-
CMYK00.870.710.38
HSL349.05º76.54%35.1%-
HSV(B)349.05º86.71%61.96%-
XYZ14.8683.35-
YUV64.81117.39194.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.22%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=70.22%
G=9.33%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158214600.870.710.38349.0576.5435.1
Hex9E152E057472615d4d23
Octal236255601271074653511543
Binary10011110101011011100101011110001111001101010111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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