Html Css Color HEX #802529 Flame Red

📋 copy color: '#802529'

red 128 ◦ green 37 ◦ blue 41

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

Shades of Flame Red #802529

Tints of Flame Red #802529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 62.14%
G = 17.96%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#802529 (or 0x802529) is known color: Flame Red. HEX triplet: 80, 25 and 29. RGB value is (128,37,41). Sum of RGB (Red+Green+Blue) = 128+37+41=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #802529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802529 is #7FDAD6. Grayscale: #404040. Windows color (decimal): -8379095 or 2696576. OLE color: 2696576.

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

Color convert

RGB 128 37 41 -
CMYK 0 0.71 0.68 0.50
HSL 357.36º 0.55% 0.32% -
HSV(B) 357.36º 0.71% 0.5% -
XYZ 9.96 6.07 2.74 -
YUV 64.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 128 37 41 0 0.71 0.68 0.50 357.36 0.55 0.32
Hex 80 25 29 0 47 44 32 165 37 20
Octal 200 45 51 0 107 104 62 545 67 40
Binary 10000000 100101 101001 0 1000111 1000100 110010 101100101 110111 100000

Color Harmonies of #802529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802529

Black with #802529

Text Example


Text Example

White with #802529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802529; }

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

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

background-color css

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

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

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

border-color css

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

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

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