#842D2E

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

Shades of Flame Red #842D2E

Tints of Flame Red #842D2E

Color information

#842D2E (or 0x842D2E) is unknown color: approx Flame Red. HEX triplet: 84, 2D and 2E. RGB value is (132,45,46). Sum of RGB (Red+Green+Blue) = 132+45+46=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D2E is #7BD2D1. Grayscale: #474747. Windows color (decimal): -8114898 or 3026308. OLE color: 3026308.

HSL color Cylindrical-coordinate representation of color #842D2E: hue angle of 359.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D2E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1324546-
CMYK00.660.650.48
HSL359.31º49.15%34.71%-
HSV(B)359.31º65.91%51.76%-
XYZ10.956.983.35-
YUV71.13113.82171.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=59.19%
G=20.18%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132454600.660.650.48359.3149.1534.71
Hex842D2E04241301673123
Octal20455560102101605476143
Binary10000100101101101110010000101000001110000101100111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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