Html Css Color HEX #802122 Flame Red

📋 copy color: '#802122'

red 128 ◦ green 33 ◦ blue 34

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

Shades of Flame Red #802122

Tints of Flame Red #802122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 34 (13.67% from 255) = 17.44%

R = 65.64%
G = 16.92%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#802122 (or 0x802122) is known color: Flame Red. HEX triplet: 80, 21 and 22. RGB value is (128,33,34). Sum of RGB (Red+Green+Blue) = 128+33+34=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802122 is #7FDEDD. Grayscale: #3D3D3D. Windows color (decimal): -8380126 or 2236800. OLE color: 2236800.

HSL color Cylindrical-coordinate representation of color #802122: hue angle of 359.37º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802122 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 34 -
CMYK 0 0.74 0.73 0.50
HSL 359.37º 0.59% 0.32% -
HSV(B) 359.37º 0.74% 0.5% -
XYZ 9.73 5.79 2.12 -
YUV 61.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 128 33 34 0 0.74 0.73 0.50 359.37 0.59 0.32
Hex 80 21 22 0 4A 49 32 167 3B 20
Octal 200 41 42 0 112 111 62 547 73 40
Binary 10000000 100001 100010 0 1001010 1001001 110010 101100111 111011 100000

Color Harmonies of #802122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802122

Black with #802122

Text Example


Text Example

White with #802122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802122; }

 p { color: rgb(128,33,34); }

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

background-color css

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

 a { background-color: rgb(128,33,34); }

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

border-color css

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

 span { border-color: rgb(128,33,34); }

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