#802225

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

Shades of Flame Red #802225

Tints of Flame Red #802225

Color information

#802225 (or 0x802225) is unknown color: approx Flame Red. HEX triplet: 80, 22 and 25. RGB value is (128,34,37). Sum of RGB (Red+Green+Blue) = 128+34+37=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802225 is #7FDDDA. Grayscale: #3E3E3E. Windows color (decimal): -8379867 or 2433664. OLE color: 2433664.

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

Color convert

RGB1283437-
CMYK00.730.710.50
HSL358.09º58.02%31.76%-
HSV(B)358.09º73.44%50.2%-
XYZ9.815.872.37-
YUV62.45113.64174.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=64.32%
G=17.09%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128343700.730.710.50358.0958.0231.76
Hex80222504947321663a20
Octal20042450111107625467240
Binary10000000100010100101010010011000111110010101100110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802225; }

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

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

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

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

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

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

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

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