#9E143A

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

Shades of Bright Red #9E143A

Tints of Bright Red #9E143A

Color information

#9E143A (or 0x9E143A) is unknown color: approx Bright Red. HEX triplet: 9E, 14 and 3A. RGB value is (158,20,58). Sum of RGB (Red+Green+Blue) = 158+20+58=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E143A is #61EBC5. Grayscale: #414141. Windows color (decimal): -6417350 or 3806366. OLE color: 3806366.

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

Color convert

RGB1582058-
CMYK00.870.630.38
HSL343.48º77.53%34.9%-
HSV(B)343.48º87.34%61.96%-
XYZ15.118.074.76-
YUV65.59123.72193.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.95%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=66.95%
G=8.47%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158205800.870.630.38343.4877.5334.9
Hex9E143A0573F261574e23
Octal23624720127774652711643
Binary1001111010100111010010101111111111001101010101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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