Html Css Color HEX #802126 Flame Red

📋 copy color: '#802126'

red 128 ◦ green 33 ◦ blue 38

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

Shades of Flame Red #802126

Tints of Flame Red #802126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 64.32%
G = 16.58%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#802126 (or 0x802126) is known color: Flame Red. HEX triplet: 80, 21 and 26. RGB value is (128,33,38). Sum of RGB (Red+Green+Blue) = 128+33+38=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802126 is #7FDED9. Grayscale: #3E3E3E. Windows color (decimal): -8380122 or 2498944. OLE color: 2498944.

HSL color Cylindrical-coordinate representation of color #802126: hue angle of 356.84º 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 #802126 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 38 -
CMYK 0 0.74 0.70 0.50
HSL 356.84º 0.59% 0.32% -
HSV(B) 356.84º 0.74% 0.5% -
XYZ 9.8 5.82 2.44 -
YUV 61.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 128 33 38 0 0.74 0.70 0.50 356.84 0.59 0.32
Hex 80 21 26 0 4A 46 32 165 3B 20
Octal 200 41 46 0 112 106 62 545 73 40
Binary 10000000 100001 100110 0 1001010 1000110 110010 101100101 111011 100000

Color Harmonies of #802126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802126

Black with #802126

Text Example


Text Example

White with #802126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802126; }

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

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

background-color css

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

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

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

border-color css

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

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

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