Html Css Color HEX #8A2526 Flame Red

📋 copy color: '#8A2526'

red 138 ◦ green 37 ◦ blue 38

#8A2526
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #8A2526

Tints of Flame Red #8A2526

RGB

 RED value IS 138 (54.3% from 255) = 64.79%

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 64.79%
G = 17.37%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A2526 (or 0x8A2526) is known color: Flame Red. HEX triplet: 8A, 25 and 26. RGB value is (138,37,38). Sum of RGB (Red+Green+Blue) = 138+37+38=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2526 is #75DAD9. Grayscale: #434343. Windows color (decimal): -7723738 or 2499978. OLE color: 2499978.

HSL color Cylindrical-coordinate representation of color #8A2526: hue angle of 359.41º 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 #8A2526 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 37 38 -
CMYK 0 0.73 0.72 0.46
HSL 359.41º 0.58% 0.34% -
HSV(B) 359.41º 0.73% 0.54% -
XYZ 11.49 6.87 2.55 -
YUV 67.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 138 37 38 0 0.73 0.72 0.46 359.41 0.58 0.34
Hex 8A 25 26 0 49 48 2E 167 3A 22
Octal 212 45 46 0 111 110 56 547 72 42
Binary 10001010 100101 100110 0 1001001 1001000 101110 101100111 111010 100010

Color Harmonies of #8A2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2526

Black with #8A2526

Text Example


Text Example

White with #8A2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A2526;
 }
 .AnyTagClassName
 {
   color: #8A2526;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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