Html Css Color HEX #80292D Flame Red

📋 copy color: '#80292D'

red 128 ◦ green 41 ◦ blue 45

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

Shades of Flame Red #80292D

Tints of Flame Red #80292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 59.81%
G = 19.16%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80292D (or 0x80292D) is known color: Flame Red. HEX triplet: 80, 29 and 2D. RGB value is (128,41,45). Sum of RGB (Red+Green+Blue) = 128+41+45=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80292D is #7FD6D2. Grayscale: #434343. Windows color (decimal): -8378067 or 2959744. OLE color: 2959744.

HSL color Cylindrical-coordinate representation of color #80292D: hue angle of 357.24º 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 #80292D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 45 -
CMYK 0 0.68 0.65 0.50
HSL 357.24º 0.51% 0.33% -
HSV(B) 357.24º 0.68% 0.5% -
XYZ 10.17 6.36 3.18 -
YUV 67.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 128 41 45 0 0.68 0.65 0.50 357.24 0.51 0.33
Hex 80 29 2D 0 44 41 32 165 33 21
Octal 200 51 55 0 104 101 62 545 63 41
Binary 10000000 101001 101101 0 1000100 1000001 110010 101100101 110011 100001

Color Harmonies of #80292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80292D

Black with #80292D

Text Example


Text Example

White with #80292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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