#8A1426

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

Shades of Flame Red #8A1426

Tints of Flame Red #8A1426

Color information

#8A1426 (or 0x8A1426) is unknown color: approx Flame Red. HEX triplet: 8A, 14 and 26. RGB value is (138,20,38). Sum of RGB (Red+Green+Blue) = 138+20+38=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1426 is #75EBD9. Grayscale: #393939. Windows color (decimal): -7728090 or 2495626. OLE color: 2495626.

HSL color Cylindrical-coordinate representation of color #8A1426: hue angle of 350.85º 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 #8A1426 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1382038-
CMYK00.860.720.46
HSL350.85º74.68%30.98%-
HSV(B)350.85º85.51%54.12%-
XYZ11.086.042.42-
YUV57.33117.09185.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.41%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=70.41%
G=10.20%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138203800.860.720.46350.8574.6830.98
Hex8A1426056482E15f4b1f
Octal212244601261105653711337
Binary1000101010100100110010101101001000101110101011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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