#8A2129

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

Shades of Flame Red #8A2129

Tints of Flame Red #8A2129

Color information

#8A2129 (or 0x8A2129) is unknown color: approx Flame Red. HEX triplet: 8A, 21 and 29. RGB value is (138,33,41). Sum of RGB (Red+Green+Blue) = 138+33+41=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2129 is #75DED6. Grayscale: #414141. Windows color (decimal): -7724759 or 2695562. OLE color: 2695562.

HSL color Cylindrical-coordinate representation of color #8A2129: hue angle of 355.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2129 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1383341-
CMYK00.760.700.46
HSL355.43º61.4%33.53%-
HSV(B)355.43º76.09%54.12%-
XYZ11.436.652.78-
YUV65.31114.29179.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 65.09%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=65.09%
G=15.57%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138334100.760.700.46355.4361.433.53
Hex8A212904C462E1633d22
Octal21241510114106565437542
Binary10001010100001101001010011001000110101110101100011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,33,41); }

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

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

 a { background-color: rgb(138,33,41); }

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

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

 span { border-color: rgb(138,33,41); }

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