#9D1131

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

Shades of Bright Red #9D1131

Tints of Bright Red #9D1131

Color information

#9D1131 (or 0x9D1131) is unknown color: approx Bright Red. HEX triplet: 9D, 11 and 31. RGB value is (157,17,49). Sum of RGB (Red+Green+Blue) = 157+17+49=223 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.40% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1131 is #62EECE. Grayscale: #3E3E3E. Windows color (decimal): -6483663 or 3215773. OLE color: 3215773.

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

Color convert

RGB1571749-
CMYK00.890.690.38
HSL346.29º80.46%34.12%-
HSV(B)346.29º89.17%61.57%-
XYZ14.667.793.64-
YUV62.51120.38195.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 70.40%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=70.40%
G=7.62%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157174900.890.690.38346.2980.4634.12
Hex9D1131059452615a5022
Octal235216101311054653212042
Binary10011101100011100010101100110001011001101010110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,17,49); }

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

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

 a { background-color: rgb(157,17,49); }

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

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

 span { border-color: rgb(157,17,49); }

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