Html Css Color HEX #80292E Flame Red

📋 copy color: '#80292E'

red 128 ◦ green 41 ◦ blue 46

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

Shades of Flame Red #80292E

Tints of Flame Red #80292E

RGB

 RED value IS 128 (50.39% from 255) = 59.53%

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 59.53%
G = 19.07%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80292E (or 0x80292E) is known color: Flame Red. HEX triplet: 80, 29 and 2E. RGB value is (128,41,46). Sum of RGB (Red+Green+Blue) = 128+41+46=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #80292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80292E is #7FD6D1. Grayscale: #434343. Windows color (decimal): -8378066 or 3025280. OLE color: 3025280.

HSL color Cylindrical-coordinate representation of color #80292E: hue angle of 356.55º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80292E is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 46 -
CMYK 0 0.68 0.64 0.50
HSL 356.55º 0.51% 0.33% -
HSV(B) 356.55º 0.68% 0.5% -
XYZ 10.19 6.37 3.28 -
YUV 67.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 128 41 46 0 0.68 0.64 0.50 356.55 0.51 0.33
Hex 80 29 2E 0 44 40 32 165 33 21
Octal 200 51 56 0 104 100 62 545 63 41
Binary 10000000 101001 101110 0 1000100 1000000 110010 101100101 110011 100001

Color Harmonies of #80292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80292E

Black with #80292E

Text Example


Text Example

White with #80292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80292E; }

 p { color: rgb(128,41,46); }

 H1.HeaderClassName
 {
   color: #80292E;
 }
 .AnyTagClassName
 {
   color: #80292E;
 }
</style>

background-color css

<style>
 a { background-color: #80292E; }

 a { background-color: rgb(128,41,46); }

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

border-color css

<style>
 span { border-color: #80292E; }

 span { border-color: rgb(128,41,46); }

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