#9E1039

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

Shades of Bright Red #9E1039

Tints of Bright Red #9E1039

Color information

#9E1039 (or 0x9E1039) is unknown color: approx Bright Red. HEX triplet: 9E, 10 and 39. RGB value is (158,16,57). Sum of RGB (Red+Green+Blue) = 158+16+57=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1039 is #61EFC6. Grayscale: #3F3F3F. Windows color (decimal): -6418375 or 3739806. OLE color: 3739806.

HSL color Cylindrical-coordinate representation of color #9E1039: hue angle of 342.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1039 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB1581657-
CMYK00.900.640.38
HSL342.68º81.61%34.12%-
HSV(B)342.68º89.87%61.96%-
XYZ15.027.944.61-
YUV63.13124.54195.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.40%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=68.40%
G=6.93%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158165700.900.640.38342.6881.6134.12
Hex9E103905A40261575222
Octal236207101321004652712242
Binary10011110100001110010101101010000001001101010101111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,16,57); }

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

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

 a { background-color: rgb(158,16,57); }

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

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

 span { border-color: rgb(158,16,57); }

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