#8D1C1D

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

Shades of Flame Red #8D1C1D

Tints of Flame Red #8D1C1D

Color information

#8D1C1D (or 0x8D1C1D) is unknown color: approx Flame Red. HEX triplet: 8D, 1C and 1D. RGB value is (141,28,29). Sum of RGB (Red+Green+Blue) = 141+28+29=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C1D is #72E3E2. Grayscale: #3E3E3E. Windows color (decimal): -7529443 or 1907853. OLE color: 1907853.

HSL color Cylindrical-coordinate representation of color #8D1C1D: hue angle of 359.47º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C1D is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1412829-
CMYK00.800.790.45
HSL359.47º66.86%33.14%-
HSV(B)359.47º80.14%55.29%-
XYZ11.626.581.82-
YUV61.9109.44184.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.21%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=71.21%
G=14.14%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141282900.800.790.45359.4766.8633.14
Hex8D1C1D0504F2D1674321
Octal215343501201175554710341
Binary1000110111100111010101000010011111011011011001111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,29); }

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

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

 a { background-color: rgb(141,28,29); }

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

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

 span { border-color: rgb(141,28,29); }

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