#9D1E39

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

Shades of Bright Red #9D1E39

Tints of Bright Red #9D1E39

Color information

#9D1E39 (or 0x9D1E39) is unknown color: approx Bright Red. HEX triplet: 9D, 1E and 39. RGB value is (157,30,57). Sum of RGB (Red+Green+Blue) = 157+30+57=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E39 is #62E1C6. Grayscale: #474747. Windows color (decimal): -6480327 or 3743389. OLE color: 3743389.

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

Color convert

RGB1573057-
CMYK00.810.640.38
HSL347.24º67.91%36.67%-
HSV(B)347.24º80.89%61.57%-
XYZ15.118.394.69-
YUV71.05120.08189.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.34%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=64.34%
G=12.30%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157305700.810.640.38347.2467.9136.67
Hex9D1E39051402615b4425
Octal235367101211004653310445
Binary10011101111101110010101000110000001001101010110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,30,57); }

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

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

 a { background-color: rgb(157,30,57); }

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

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

 span { border-color: rgb(157,30,57); }

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