#802325

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

Shades of Flame Red #802325

Tints of Flame Red #802325

Color information

#802325 (or 0x802325) is unknown color: approx Flame Red. HEX triplet: 80, 23 and 25. RGB value is (128,35,37). Sum of RGB (Red+Green+Blue) = 128+35+37=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802325 is #7FDCDA. Grayscale: #3F3F3F. Windows color (decimal): -8379611 or 2433920. OLE color: 2433920.

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

Color convert

RGB1283537-
CMYK00.730.710.50
HSL358.71º57.06%31.96%-
HSV(B)358.71º72.66%50.2%-
XYZ9.845.922.38-
YUV63.04113.31174.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=64%
G=17.5%
B=18.5%

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
Decimal128353700.730.710.50358.7157.0631.96
Hex80232504947321673920
Octal20043450111107625477140
Binary10000000100011100101010010011000111110010101100111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802325; }

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

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

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

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

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

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

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

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