#8A1424

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

Shades of Flame Red #8A1424

Tints of Flame Red #8A1424

Color information

#8A1424 (or 0x8A1424) is unknown color: approx Flame Red. HEX triplet: 8A, 14 and 24. RGB value is (138,20,36). Sum of RGB (Red+Green+Blue) = 138+20+36=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1424 is #75EBDB. Grayscale: #393939. Windows color (decimal): -7728092 or 2364554. OLE color: 2364554.

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

Color convert

RGB1382036-
CMYK00.860.740.46
HSL351.86º74.68%30.98%-
HSV(B)351.86º85.51%54.12%-
XYZ11.056.032.25-
YUV57.11116.09185.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.13%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 36 (14.45% from 255) = 18.56%
R=71.13%
G=10.31%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138203600.860.740.46351.8674.6830.98
Hex8A14240564A2E1604b1f
Octal212244401261125654011337
Binary1000101010100100100010101101001010101110101100000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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