Html Css Color HEX #802526 Flame Red

📋 copy color: '#802526'

red 128 ◦ green 37 ◦ blue 38

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

Shades of Flame Red #802526

Tints of Flame Red #802526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

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

R = 63.05%
G = 18.23%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#802526 (or 0x802526) is known color: Flame Red. HEX triplet: 80, 25 and 26. RGB value is (128,37,38). Sum of RGB (Red+Green+Blue) = 128+37+38=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802526 is #7FDAD9. Grayscale: #404040. Windows color (decimal): -8379098 or 2499968. OLE color: 2499968.

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

Color convert

RGB 128 37 38 -
CMYK 0 0.71 0.70 0.50
HSL 359.34º 0.55% 0.32% -
HSV(B) 359.34º 0.71% 0.5% -
XYZ 9.91 6.05 2.48 -
YUV 64.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 128 37 38 0 0.71 0.70 0.50 359.34 0.55 0.32
Hex 80 25 26 0 47 46 32 167 37 20
Octal 200 45 46 0 107 106 62 547 67 40
Binary 10000000 100101 100110 0 1000111 1000110 110010 101100111 110111 100000

Color Harmonies of #802526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802526

Black with #802526

Text Example


Text Example

White with #802526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802526; }

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

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

background-color css

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

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

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

border-color css

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

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

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