#88252C

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

Shades of Flame Red #88252C

Tints of Flame Red #88252C

Color information

#88252C (or 0x88252C) is unknown color: approx Flame Red. HEX triplet: 88, 25 and 2C. RGB value is (136,37,44). Sum of RGB (Red+Green+Blue) = 136+37+44=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88252C is #77DAD3. Grayscale: #434343. Windows color (decimal): -7854804 or 2893192. OLE color: 2893192.

HSL color Cylindrical-coordinate representation of color #88252C: hue angle of 355.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88252C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1363744-
CMYK00.730.680.47
HSL355.76º57.23%33.92%-
HSV(B)355.76º72.79%53.33%-
XYZ11.276.743.09-
YUV67.4114.8176.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=62.67%
G=17.05%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136374400.730.680.47355.7657.2333.92
Hex88252C049442F1643922
Octal21045540111104575447142
Binary10001000100101101100010010011000100101111101100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88252C; }

 p { color: rgb(136,37,44); }

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

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

 a { background-color: rgb(136,37,44); }

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

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

 span { border-color: rgb(136,37,44); }

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