#882D2E

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

Shades of Flame Red #882D2E

Tints of Flame Red #882D2E

Color information

#882D2E (or 0x882D2E) is unknown color: approx Flame Red. HEX triplet: 88, 2D and 2E. RGB value is (136,45,46). Sum of RGB (Red+Green+Blue) = 136+45+46=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D2E is #77D2D1. Grayscale: #484848. Windows color (decimal): -7852754 or 3026312. OLE color: 3026312.

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

Color convert

RGB1364546-
CMYK00.670.660.47
HSL359.34º50.28%35.49%-
HSV(B)359.34º66.91%53.33%-
XYZ11.587.313.38-
YUV72.32113.15173.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=59.91%
G=19.82%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136454600.670.660.47359.3450.2835.49
Hex882D2E043422F1673223
Octal21055560103102575476243
Binary10001000101101101110010000111000010101111101100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882D2E; }

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

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

<style>
 a { background-color: #882D2E; }

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

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

<style>
 span { border-color: #882D2E; }

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

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