#8d232a

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

Shades of Flame Red #8D232A

Tints of Flame Red #8D232A

Color information

#8D232A (or 0x8D232A) is unknown color: approx Flame Red. HEX triplet: 8D, 23 and 2A. RGB value is (141,35,42). Sum of RGB (Red+Green+Blue) = 141+35+42=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D232A is #72DCD5. Grayscale: #434343. Windows color (decimal): -7527638 or 2761613. OLE color: 2761613.

HSL color Cylindrical-coordinate representation of color #8D232A: hue angle of 356.04º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D232A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1413542-
CMYK00.750.700.45
HSL356.04º60.23%34.51%-
HSV(B)356.04º75.18%55.29%-
XYZ127.032.92-
YUV67.49113.62180.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.68%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=64.68%
G=16.06%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141354200.750.700.45356.0460.2334.51
Hex8D232A04B462D1643c23
Octal21543520113106555447443
Binary10001101100011101010010010111000110101101101100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d232a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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