#8D2B2C

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

Shades of Bright Red #8D2B2C

Tints of Bright Red #8D2B2C

Color information

#8D2B2C (or 0x8D2B2C) is unknown color: approx Bright Red. HEX triplet: 8D, 2B and 2C. RGB value is (141,43,44). Sum of RGB (Red+Green+Blue) = 141+43+44=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2B2C is #72D4D3. Grayscale: #484848. Windows color (decimal): -7525588 or 2894733. OLE color: 2894733.

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

Color convert

RGB1414344-
CMYK00.700.690.45
HSL359.39º53.26%36.08%-
HSV(B)359.39º69.5%55.29%-
XYZ12.37.573.2-
YUV72.42111.97176.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.84%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=61.84%
G=18.86%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141434400.700.690.45359.3953.2636.08
Hex8D2B2C046452D1673524
Octal21553540106105555476544
Binary10001101101011101100010001101000101101101101100111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,43,44); }

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

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

 a { background-color: rgb(141,43,44); }

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

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

 span { border-color: rgb(141,43,44); }

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