#8D2230

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

Shades of Bright Red #8D2230

Tints of Bright Red #8D2230

Color information

#8D2230 (or 0x8D2230) is unknown color: approx Bright Red. HEX triplet: 8D, 22 and 30. RGB value is (141,34,48). Sum of RGB (Red+Green+Blue) = 141+34+48=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2230 is #72DDCF. Grayscale: #434343. Windows color (decimal): -7527888 or 3154573. OLE color: 3154573.

HSL color Cylindrical-coordinate representation of color #8D2230: hue angle of 352.15º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2230 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1413448-
CMYK00.760.660.45
HSL352.15º61.14%34.31%-
HSV(B)352.15º75.89%55.29%-
XYZ12.097.023.51-
YUV67.59116.95180.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=63.23%
G=15.25%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141344800.760.660.45352.1561.1434.31
Hex8D223004C422D1603d22
Octal21542600114102555407542
Binary10001101100010110000010011001000010101101101100000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,34,48); }

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

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

 a { background-color: rgb(141,34,48); }

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

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

 span { border-color: rgb(141,34,48); }

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