#8D1327

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

Shades of Flame Red #8D1327

Tints of Flame Red #8D1327

Color information

#8D1327 (or 0x8D1327) is unknown color: approx Flame Red. HEX triplet: 8D, 13 and 27. RGB value is (141,19,39). Sum of RGB (Red+Green+Blue) = 141+19+39=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1327 is #72ECD8. Grayscale: #393939. Windows color (decimal): -7531737 or 2560909. OLE color: 2560909.

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

Color convert

RGB1411939-
CMYK00.870.720.45
HSL350.16º76.25%31.37%-
HSV(B)350.16º86.52%55.29%-
XYZ11.586.272.52-
YUV57.76117.42187.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.85%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=70.85%
G=9.55%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141193900.870.720.45350.1676.2531.37
Hex8D1327057482D15e4c1f
Octal215234701271105553611437
Binary1000110110011100111010101111001000101101101011110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,39); }

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

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

 a { background-color: rgb(141,19,39); }

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

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

 span { border-color: rgb(141,19,39); }

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