#9E142C

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

Shades of Bright Red #9E142C

Tints of Bright Red #9E142C

Color information

#9E142C (or 0x9E142C) is unknown color: approx Bright Red. HEX triplet: 9E, 14 and 2C. RGB value is (158,20,44). Sum of RGB (Red+Green+Blue) = 158+20+44=222 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.17% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 158 - color contains mainly: red. Hex color #9E142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E142C is #61EBD3. Grayscale: #404040. Windows color (decimal): -6417364 or 2888862. OLE color: 2888862.

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

Color convert

RGB1582044-
CMYK00.870.720.38
HSL349.57º77.53%34.9%-
HSV(B)349.57º87.34%61.96%-
XYZ14.817.953.14-
YUV64116.72195.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.17%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=71.17%
G=9.01%
B=19.82%

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
Decimal158204400.870.720.38349.5777.5334.9
Hex9E142C057482615e4e23
Octal236245401271104653611643
Binary10011110101001011000101011110010001001101010111101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,20,44); }

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

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

 a { background-color: rgb(158,20,44); }

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

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

 span { border-color: rgb(158,20,44); }

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