Html Css Color HEX #8A2829 Flame Red

📋 copy color: '#8A2829'

red 138 ◦ green 40 ◦ blue 41

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

Shades of Flame Red #8A2829

Tints of Flame Red #8A2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 41 (16.41% from 255) = 18.72%

R = 63.01%
G = 18.26%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A2829 (or 0x8A2829) is known color: Flame Red. HEX triplet: 8A, 28 and 29. RGB value is (138,40,41). Sum of RGB (Red+Green+Blue) = 138+40+41=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2829 is #75D7D6. Grayscale: #454545. Windows color (decimal): -7722967 or 2697354. OLE color: 2697354.

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

Color convert

RGB 138 40 41 -
CMYK 0 0.71 0.70 0.46
HSL 359.39º 0.55% 0.35% -
HSV(B) 359.39º 0.71% 0.54% -
XYZ 11.64 7.08 2.85 -
YUV 69.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 138 40 41 0 0.71 0.70 0.46 359.39 0.55 0.35
Hex 8A 28 29 0 47 46 2E 167 37 23
Octal 212 50 51 0 107 106 56 547 67 43
Binary 10001010 101000 101001 0 1000111 1000110 101110 101100111 110111 100011

Color Harmonies of #8A2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2829

Black with #8A2829

Text Example


Text Example

White with #8A2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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