#8D1727

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

Shades of Flame Red #8D1727

Tints of Flame Red #8D1727

Color information

#8D1727 (or 0x8D1727) is unknown color: approx Flame Red. HEX triplet: 8D, 17 and 27. RGB value is (141,23,39). Sum of RGB (Red+Green+Blue) = 141+23+39=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1727 is #72E8D8. Grayscale: #3C3C3C. Windows color (decimal): -7530713 or 2561933. OLE color: 2561933.

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

Color convert

RGB1412339-
CMYK00.840.720.45
HSL351.86º71.95%32.16%-
HSV(B)351.86º83.69%55.29%-
XYZ11.666.422.54-
YUV60.11116.09185.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=69.46%
G=11.33%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141233900.840.720.45351.8671.9532.16
Hex8D1727054482D1604820
Octal215274701241105554011040
Binary10001101101111001110101010010010001011011011000001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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