#9D1E32

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

Shades of Bright Red #9D1E32

Tints of Bright Red #9D1E32

Color information

#9D1E32 (or 0x9D1E32) is unknown color: approx Bright Red. HEX triplet: 9D, 1E and 32. RGB value is (157,30,50). Sum of RGB (Red+Green+Blue) = 157+30+50=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E32 is #62E1CD. Grayscale: #464646. Windows color (decimal): -6480334 or 3284637. OLE color: 3284637.

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

Color convert

RGB1573050-
CMYK00.810.680.38
HSL350.55º67.91%36.67%-
HSV(B)350.55º80.89%61.57%-
XYZ14.948.333.84-
YUV70.25116.58189.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.24%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=66.24%
G=12.66%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157305000.810.680.38350.5567.9136.67
Hex9D1E32051442615f4425
Octal235366201211044653710445
Binary10011101111101100100101000110001001001101010111111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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