#8A1425

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

Shades of Flame Red #8A1425

Tints of Flame Red #8A1425

Color information

#8A1425 (or 0x8A1425) is unknown color: approx Flame Red. HEX triplet: 8A, 14 and 25. RGB value is (138,20,37). Sum of RGB (Red+Green+Blue) = 138+20+37=195 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.77% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1425 is #75EBDA. Grayscale: #393939. Windows color (decimal): -7728091 or 2430090. OLE color: 2430090.

HSL color Cylindrical-coordinate representation of color #8A1425: hue angle of 351.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1425 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB1382037-
CMYK00.860.730.46
HSL351.36º74.68%30.98%-
HSV(B)351.36º85.51%54.12%-
XYZ11.076.042.33-
YUV57.22116.59185.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.77%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=70.77%
G=10.26%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138203700.860.730.46351.3674.6830.98
Hex8A1425056492E15f4b1f
Octal212244501261115653711337
Binary1000101010100100101010101101001001101110101011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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