#8A252E

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

Shades of Flame Red #8A252E

Tints of Flame Red #8A252E

Color information

#8A252E (or 0x8A252E) is unknown color: approx Flame Red. HEX triplet: 8A, 25 and 2E. RGB value is (138,37,46). Sum of RGB (Red+Green+Blue) = 138+37+46=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A252E is #75DAD1. Grayscale: #444444. Windows color (decimal): -7723730 or 3024266. OLE color: 3024266.

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

Color convert

RGB1383746-
CMYK00.730.670.46
HSL354.65º57.71%34.31%-
HSV(B)354.65º73.19%54.12%-
XYZ11.646.923.31-
YUV68.22115.46177.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.44%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=62.44%
G=16.74%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138374600.730.670.46354.6557.7134.31
Hex8A252E049432E1633a22
Octal21245560111103565437242
Binary10001010100101101110010010011000011101110101100011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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