Html Css Color HEX #802D2E Flame Red

📋 copy color: '#802D2E'

red 128 ◦ green 45 ◦ blue 46

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

Shades of Flame Red #802D2E

Tints of Flame Red #802D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.55%

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

R = 58.45%
G = 20.55%
B = 21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#802D2E (or 0x802D2E) is known color: Flame Red. HEX triplet: 80, 2D and 2E. RGB value is (128,45,46). Sum of RGB (Red+Green+Blue) = 128+45+46=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #802D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D2E is #7FD2D1. Grayscale: #464646. Windows color (decimal): -8377042 or 3026304. OLE color: 3026304.

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

Color convert

RGB 128 45 46 -
CMYK 0 0.65 0.64 0.50
HSL 359.28º 0.48% 0.34% -
HSV(B) 359.28º 0.65% 0.5% -
XYZ 10.33 6.66 3.33 -
YUV 69.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 128 45 46 0 0.65 0.64 0.50 359.28 0.48 0.34
Hex 80 2D 2E 0 41 40 32 167 30 22
Octal 200 55 56 0 101 100 62 547 60 42
Binary 10000000 101101 101110 0 1000001 1000000 110010 101100111 110000 100010

Color Harmonies of #802D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D2E

Black with #802D2E

Text Example


Text Example

White with #802D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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