#7D2526

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

Shades of Flame Red #7D2526

Tints of Flame Red #7D2526

Color information

#7D2526 (or 0x7D2526) is unknown color: approx Flame Red. HEX triplet: 7D, 25 and 26. RGB value is (125,37,38). Sum of RGB (Red+Green+Blue) = 125+37+38=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2526 is #82DAD9. Grayscale: #3F3F3F. Windows color (decimal): -8575706 or 2499965. OLE color: 2499965.

HSL color Cylindrical-coordinate representation of color #7D2526: hue angle of 359.32º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2526 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1253738-
CMYK00.700.700.51
HSL359.32º54.32%31.76%-
HSV(B)359.32º70.4%49.02%-
XYZ9.475.822.46-
YUV63.43113.65171.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 62.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 38 (15.23% from 255) = 19%
R=62.5%
G=18.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125373800.700.700.51359.3254.3231.76
Hex7D252604646331673620
Octal17545460106106635476640
Binary1111101100101100110010001101000110110011101100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D2526; }

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

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

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

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

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

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

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

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