#8A1822

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

Shades of Flame Red #8A1822

Tints of Flame Red #8A1822

Color information

#8A1822 (or 0x8A1822) is unknown color: approx Flame Red. HEX triplet: 8A, 18 and 22. RGB value is (138,24,34). Sum of RGB (Red+Green+Blue) = 138+24+34=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1822 is #75E7DD. Grayscale: #3B3B3B. Windows color (decimal): -7727070 or 2234506. OLE color: 2234506.

HSL color Cylindrical-coordinate representation of color #8A1822: hue angle of 354.74º degrees, saturation: 0.7, 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 #8A1822 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1382434-
CMYK00.830.750.46
HSL354.74º70.37%31.76%-
HSV(B)354.74º82.61%54.12%-
XYZ11.16.172.12-
YUV59.23113.77184.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.41%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=70.41%
G=12.24%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138243400.830.750.46354.7470.3731.76
Hex8A18220534B2E1634620
Octal212304201231135654310640
Binary10001010110001000100101001110010111011101011000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,34); }

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

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

 a { background-color: rgb(138,24,34); }

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

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

 span { border-color: rgb(138,24,34); }

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