#882C2F

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

Shades of Flame Red #882C2F

Tints of Flame Red #882C2F

Color information

#882C2F (or 0x882C2F) is unknown color: approx Flame Red. HEX triplet: 88, 2C and 2F. RGB value is (136,44,47). Sum of RGB (Red+Green+Blue) = 136+44+47=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C2F is #77D3D0. Grayscale: #474747. Windows color (decimal): -7853009 or 3091592. OLE color: 3091592.

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

Color convert

RGB1364447-
CMYK00.680.650.47
HSL358.04º51.11%35.29%-
HSV(B)358.04º67.65%53.33%-
XYZ11.577.243.48-
YUV71.85113.98173.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=59.91%
G=19.38%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136444700.680.650.47358.0451.1135.29
Hex882C2F044412F1663323
Octal21054570104101575466343
Binary10001000101100101111010001001000001101111101100110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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