Html Css Color HEX #80292B Flame Red

📋 copy color: '#80292B'

red 128 ◦ green 41 ◦ blue 43

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

Shades of Flame Red #80292B

Tints of Flame Red #80292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.28%

R = 60.38%
G = 19.34%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80292B (or 0x80292B) is known color: Flame Red. HEX triplet: 80, 29 and 2B. RGB value is (128,41,43). Sum of RGB (Red+Green+Blue) = 128+41+43=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80292B is #7FD6D4. Grayscale: #434343. Windows color (decimal): -8378069 or 2828672. OLE color: 2828672.

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

Color convert

RGB 128 41 43 -
CMYK 0 0.68 0.66 0.50
HSL 358.62º 0.51% 0.33% -
HSV(B) 358.62º 0.68% 0.5% -
XYZ 10.13 6.35 2.98 -
YUV 67.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 128 41 43 0 0.68 0.66 0.50 358.62 0.51 0.33
Hex 80 29 2B 0 44 42 32 167 33 21
Octal 200 51 53 0 104 102 62 547 63 41
Binary 10000000 101001 101011 0 1000100 1000010 110010 101100111 110011 100001

Color Harmonies of #80292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80292B

Black with #80292B

Text Example


Text Example

White with #80292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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