#8D222A

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

Shades of Flame Red #8D222A

Tints of Flame Red #8D222A

Color information

#8D222A (or 0x8D222A) is unknown color: approx Flame Red. HEX triplet: 8D, 22 and 2A. RGB value is (141,34,42). Sum of RGB (Red+Green+Blue) = 141+34+42=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D222A is #72DDD5. Grayscale: #424242. Windows color (decimal): -7527894 or 2761357. OLE color: 2761357.

HSL color Cylindrical-coordinate representation of color #8D222A: hue angle of 355.51º 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 #8D222A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1413442-
CMYK00.760.700.45
HSL355.51º61.14%34.31%-
HSV(B)355.51º75.89%55.29%-
XYZ11.976.972.91-
YUV66.9113.95180.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=64.98%
G=15.67%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141344200.760.700.45355.5161.1434.31
Hex8D222A04C462D1643d22
Octal21542520114106555447542
Binary10001101100010101010010011001000110101101101100100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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