#88292D

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

Shades of Flame Red #88292D

Tints of Flame Red #88292D

Color information

#88292D (or 0x88292D) is unknown color: approx Flame Red. HEX triplet: 88, 29 and 2D. RGB value is (136,41,45). Sum of RGB (Red+Green+Blue) = 136+41+45=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #88292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88292D is #77D6D2. Grayscale: #454545. Windows color (decimal): -7853779 or 2959752. OLE color: 2959752.

HSL color Cylindrical-coordinate representation of color #88292D: hue angle of 357.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88292D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1364145-
CMYK00.700.670.47
HSL357.47º53.67%34.71%-
HSV(B)357.47º69.85%53.33%-
XYZ11.427.013.23-
YUV69.86113.97175.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.26%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=61.26%
G=18.47%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136414500.700.670.47357.4753.6734.71
Hex88292D046432F1653623
Octal21051550106103575456643
Binary10001000101001101101010001101000011101111101100101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88292D; }

 p { color: rgb(136,41,45); }

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

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

 a { background-color: rgb(136,41,45); }

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

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

 span { border-color: rgb(136,41,45); }

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