Html Css Color HEX #802C2E Flame Red

📋 copy color: '#802C2E'

red 128 ◦ green 44 ◦ blue 46

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

Shades of Flame Red #802C2E

Tints of Flame Red #802C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.18%

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

R = 58.72%
G = 20.18%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#802C2E (or 0x802C2E) is known color: Flame Red. HEX triplet: 80, 2C and 2E. RGB value is (128,44,46). Sum of RGB (Red+Green+Blue) = 128+44+46=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C2E is #7FD3D1. Grayscale: #454545. Windows color (decimal): -8377298 or 3026048. OLE color: 3026048.

HSL color Cylindrical-coordinate representation of color #802C2E: hue angle of 358.57º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C2E is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 44 46 -
CMYK 0 0.66 0.64 0.50
HSL 358.57º 0.49% 0.34% -
HSV(B) 358.57º 0.66% 0.5% -
XYZ 10.3 6.59 3.31 -
YUV 69.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 128 44 46 0 0.66 0.64 0.50 358.57 0.49 0.34
Hex 80 2C 2E 0 42 40 32 167 31 22
Octal 200 54 56 0 102 100 62 547 61 42
Binary 10000000 101100 101110 0 1000010 1000000 110010 101100111 110001 100010

Color Harmonies of #802C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C2E

Black with #802C2E

Text Example


Text Example

White with #802C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802C2E; }

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

 H1.HeaderClassName
 {
   color: #802C2E;
 }
 .AnyTagClassName
 {
   color: #802C2E;
 }
</style>

background-color css

<style>
 a { background-color: #802C2E; }

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

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

border-color css

<style>
 span { border-color: #802C2E; }

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

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