#8C2D31

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

Shades of Bright Red #8C2D31

Tints of Bright Red #8C2D31

Color information

#8C2D31 (or 0x8C2D31) is unknown color: approx Bright Red. HEX triplet: 8C, 2D and 31. RGB value is (140,45,49). Sum of RGB (Red+Green+Blue) = 140+45+49=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D31 is #73D2CE. Grayscale: #494949. Windows color (decimal): -7590607 or 3222924. OLE color: 3222924.

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

Color convert

RGB1404549-
CMYK00.680.650.45
HSL357.47º51.35%36.27%-
HSV(B)357.47º67.86%54.9%-
XYZ12.317.673.74-
YUV73.86113.97175.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.83%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=59.83%
G=19.23%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140454900.680.650.45357.4751.3536.27
Hex8C2D31044412D1653324
Octal21455610104101555456344
Binary10001100101101110001010001001000001101101101100101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,45,49); }

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

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

 a { background-color: rgb(140,45,49); }

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

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

 span { border-color: rgb(140,45,49); }

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