#84242E

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

Shades of Flame Red #84242E

Tints of Flame Red #84242E

Color information

#84242E (or 0x84242E) is unknown color: approx Flame Red. HEX triplet: 84, 24 and 2E. RGB value is (132,36,46). Sum of RGB (Red+Green+Blue) = 132+36+46=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84242E is #7BDBD1. Grayscale: #414141. Windows color (decimal): -8117202 or 3024004. OLE color: 3024004.

HSL color Cylindrical-coordinate representation of color #84242E: hue angle of 353.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84242E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1323646-
CMYK00.730.650.48
HSL353.75º57.14%32.94%-
HSV(B)353.75º72.73%51.76%-
XYZ10.646.363.25-
YUV65.84116.8175.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.68%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=61.68%
G=16.82%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132364600.730.650.48353.7557.1432.94
Hex84242E04941301623921
Octal20444560111101605427141
Binary10000100100100101110010010011000001110000101100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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