#802024

Color #802024 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #802024

Tints of Flame Red #802024

Color information

#802024 (or 0x802024) is unknown color: approx Flame Red. HEX triplet: 80, 20 and 24. RGB value is (128,32,36). Sum of RGB (Red+Green+Blue) = 128+32+36=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #802024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802024 is #7FDFDB. Grayscale: #3D3D3D. Windows color (decimal): -8380380 or 2367616. OLE color: 2367616.

HSL color Cylindrical-coordinate representation of color #802024: hue angle of 357.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802024 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1283236-
CMYK00.750.720.50
HSL357.5º60%31.37%-
HSV(B)357.5º75%50.2%-
XYZ9.745.752.27-
YUV61.16113.8175.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.31%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=65.31%
G=16.33%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128323600.750.720.50357.56031.37
Hex80202404B48321663c1f
Octal20040440113110625467437
Binary1000000010000010010001001011100100011001010110011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802024; }

 p { color: rgb(128,32,36); }

 H1.HeaderClassName
 {
   color: #802024;
 }
 .AnyTagClassName
 {
   color: #802024;
 }
</style>
background-color css

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

 a { background-color: rgb(128,32,36); }

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

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

 span { border-color: rgb(128,32,36); }

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