#8D1425

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

Shades of Flame Red #8D1425

Tints of Flame Red #8D1425

Color information

#8D1425 (or 0x8D1425) is unknown color: approx Flame Red. HEX triplet: 8D, 14 and 25. RGB value is (141,20,37). Sum of RGB (Red+Green+Blue) = 141+20+37=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1425 is #72EBDA. Grayscale: #3A3A3A. Windows color (decimal): -7531483 or 2430093. OLE color: 2430093.

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

Color convert

RGB1412037-
CMYK00.860.740.45
HSL351.57º75.16%31.57%-
HSV(B)351.57º85.82%55.29%-
XYZ11.576.32.36-
YUV58.12116.09187.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.21%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=71.21%
G=10.10%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141203700.860.740.45351.5775.1631.57
Hex8D14250564A2D1604b20
Octal215244501261125554011340
Binary10001101101001001010101011010010101011011011000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,37); }

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

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

 a { background-color: rgb(141,20,37); }

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

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

 span { border-color: rgb(141,20,37); }

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