#88282E

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

Shades of Flame Red #88282E

Tints of Flame Red #88282E

Color information

#88282E (or 0x88282E) is unknown color: approx Flame Red. HEX triplet: 88, 28 and 2E. RGB value is (136,40,46). Sum of RGB (Red+Green+Blue) = 136+40+46=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #88282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88282E is #77D7D1. Grayscale: #454545. Windows color (decimal): -7854034 or 3025032. OLE color: 3025032.

HSL color Cylindrical-coordinate representation of color #88282E: hue angle of 356.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88282E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1364046-
CMYK00.710.660.47
HSL356.25º54.55%34.51%-
HSV(B)356.25º70.59%53.33%-
XYZ11.416.953.32-
YUV69.39114.8175.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.26%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=61.26%
G=18.02%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136404600.710.660.47356.2554.5534.51
Hex88282E047422F1643723
Octal21050560107102575446743
Binary10001000101000101110010001111000010101111101100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88282E; }

 p { color: rgb(136,40,46); }

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

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

 a { background-color: rgb(136,40,46); }

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

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

 span { border-color: rgb(136,40,46); }

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