#8D191E

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

Shades of Flame Red #8D191E

Tints of Flame Red #8D191E

Color information

#8D191E (or 0x8D191E) is unknown color: approx Flame Red. HEX triplet: 8D, 19 and 1E. RGB value is (141,25,30). Sum of RGB (Red+Green+Blue) = 141+25+30=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D191E is #72E6E1. Grayscale: #3C3C3C. Windows color (decimal): -7530210 or 1972621. OLE color: 1972621.

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

Color convert

RGB1412530-
CMYK00.820.790.45
HSL357.41º69.88%32.55%-
HSV(B)357.41º82.27%55.29%-
XYZ11.576.451.86-
YUV60.25110.93185.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.94%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=71.94%
G=12.76%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141253000.820.790.45357.4169.8832.55
Hex8D191E0524F2D1654621
Octal215313601221175554510641
Binary1000110111001111100101001010011111011011011001011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,25,30); }

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

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

 a { background-color: rgb(141,25,30); }

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

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

 span { border-color: rgb(141,25,30); }

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