#881E2D

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

Shades of Flame Red #881E2D

Tints of Flame Red #881E2D

Color information

#881E2D (or 0x881E2D) is unknown color: approx Flame Red. HEX triplet: 88, 1E and 2D. RGB value is (136,30,45). Sum of RGB (Red+Green+Blue) = 136+30+45=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #881E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E2D is #77E1D2. Grayscale: #3F3F3F. Windows color (decimal): -7856595 or 2956936. OLE color: 2956936.

HSL color Cylindrical-coordinate representation of color #881E2D: hue angle of 351.51º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E2D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1363045-
CMYK00.780.670.47
HSL351.51º63.86%32.55%-
HSV(B)351.51º77.94%53.33%-
XYZ11.096.353.12-
YUV63.4117.62179.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=64.45%
G=14.22%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136304500.780.670.47351.5163.8632.55
Hex881E2D04E432F1604021
Octal210365501161035754010041
Binary10001000111101011010100111010000111011111011000001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881E2D; }

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

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

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

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

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

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

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

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