#8D2931

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

Shades of Bright Red #8D2931

Tints of Bright Red #8D2931

Color information

#8D2931 (or 0x8D2931) is unknown color: approx Bright Red. HEX triplet: 8D, 29 and 31. RGB value is (141,41,49). Sum of RGB (Red+Green+Blue) = 141+41+49=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2931 is #72D6CE. Grayscale: #474747. Windows color (decimal): -7526095 or 3221901. OLE color: 3221901.

HSL color Cylindrical-coordinate representation of color #8D2931: hue angle of 355.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D2931 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1414149-
CMYK00.710.650.45
HSL355.2º54.95%35.69%-
HSV(B)355.2º70.92%55.29%-
XYZ12.337.473.7-
YUV71.81115.13177.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.04%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=61.04%
G=17.75%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141414900.710.650.45355.254.9535.69
Hex8D2931047412D1633724
Octal21551610107101555436744
Binary10001101101001110001010001111000001101101101100011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2931; }

 p { color: rgb(141,41,49); }

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

<style>
 a { background-color: #8D2931; }

 a { background-color: rgb(141,41,49); }

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

<style>
 span { border-color: #8D2931; }

 span { border-color: rgb(141,41,49); }

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