#8A1720

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

Shades of Flame Red #8A1720

Tints of Flame Red #8A1720

Color information

#8A1720 (or 0x8A1720) is unknown color: approx Flame Red. HEX triplet: 8A, 17 and 20. RGB value is (138,23,32). Sum of RGB (Red+Green+Blue) = 138+23+32=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1720 is #75E8DF. Grayscale: #3A3A3A. Windows color (decimal): -7727328 or 2103178. OLE color: 2103178.

HSL color Cylindrical-coordinate representation of color #8A1720: hue angle of 355.3º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1720 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1382332-
CMYK00.830.770.46
HSL355.3º71.43%31.57%-
HSV(B)355.3º83.33%54.12%-
XYZ11.056.121.97-
YUV58.41113.1184.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.50%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=71.50%
G=11.92%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138233200.830.770.46355.371.4331.57
Hex8A17200534D2E1634720
Octal212274001231155654310740
Binary10001010101111000000101001110011011011101011000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,23,32); }

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

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

 a { background-color: rgb(138,23,32); }

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

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

 span { border-color: rgb(138,23,32); }

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