#84242A

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

Shades of Flame Red #84242A

Tints of Flame Red #84242A

Color information

#84242A (or 0x84242A) is unknown color: approx Flame Red. HEX triplet: 84, 24 and 2A. RGB value is (132,36,42). Sum of RGB (Red+Green+Blue) = 132+36+42=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84242A is #7BDBD5. Grayscale: #414141. Windows color (decimal): -8117206 or 2761860. OLE color: 2761860.

HSL color Cylindrical-coordinate representation of color #84242A: hue angle of 356.25º 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 #84242A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1323642-
CMYK00.730.680.48
HSL356.25º57.14%32.94%-
HSV(B)356.25º72.73%51.76%-
XYZ10.566.332.86-
YUV65.39114.8175.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 42 (16.80% from 255) = 20%
R=62.86%
G=17.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132364200.730.680.48356.2557.1432.94
Hex84242A04944301643921
Octal20444520111104605447141
Binary10000100100100101010010010011000100110000101100100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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