#8A242A

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

Shades of Flame Red #8A242A

Tints of Flame Red #8A242A

Color information

#8A242A (or 0x8A242A) is unknown color: approx Flame Red. HEX triplet: 8A, 24 and 2A. RGB value is (138,36,42). Sum of RGB (Red+Green+Blue) = 138+36+42=216 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.89% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 138 - color contains mainly: red. Hex color #8A242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A242A is #75DBD5. Grayscale: #434343. Windows color (decimal): -7723990 or 2761866. OLE color: 2761866.

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

Color convert

RGB1383642-
CMYK00.740.700.46
HSL356.47º58.62%34.12%-
HSV(B)356.47º73.91%54.12%-
XYZ11.536.832.9-
YUV67.18113.79178.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.89%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=63.89%
G=16.67%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138364200.740.700.46356.4758.6234.12
Hex8A242A04A462E1643b22
Octal21244520112106565447342
Binary10001010100100101010010010101000110101110101100100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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