#9E1D39

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

Shades of Bright Red #9E1D39

Tints of Bright Red #9E1D39

Color information

#9E1D39 (or 0x9E1D39) is unknown color: approx Bright Red. HEX triplet: 9E, 1D and 39. RGB value is (158,29,57). Sum of RGB (Red+Green+Blue) = 158+29+57=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1D39 is #61E2C6. Grayscale: #464646. Windows color (decimal): -6415047 or 3743134. OLE color: 3743134.

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

Color convert

RGB1582957-
CMYK00.820.640.38
HSL346.98º68.98%36.67%-
HSV(B)346.98º81.65%61.96%-
XYZ15.288.444.7-
YUV70.76120.24190.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.75%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=64.75%
G=11.89%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158295700.820.640.38346.9868.9836.67
Hex9E1D39052402615b4525
Octal236357101221004653310545
Binary10011110111011110010101001010000001001101010110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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