#841E20

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

Shades of Flame Red #841E20

Tints of Flame Red #841E20

Color information

#841E20 (or 0x841E20) is unknown color: approx Flame Red. HEX triplet: 84, 1E and 20. RGB value is (132,30,32). Sum of RGB (Red+Green+Blue) = 132+30+32=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #841E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E20 is #7BE1DF. Grayscale: #3C3C3C. Windows color (decimal): -8118752 or 2104964. OLE color: 2104964.

HSL color Cylindrical-coordinate representation of color #841E20: hue angle of 358.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E20 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1323032-
CMYK00.770.760.48
HSL358.82º62.96%31.76%-
HSV(B)358.82º77.27%51.76%-
XYZ10.245.941.97-
YUV60.73111.79178.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.04%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=68.04%
G=15.46%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132303200.770.760.48358.8262.9631.76
Hex841E2004D4C301673f20
Octal20436400115114605477740
Binary1000010011110100000010011011001100110000101100111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841E20; }

 p { color: rgb(132,30,32); }

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

<style>
 a { background-color: #841E20; }

 a { background-color: rgb(132,30,32); }

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

<style>
 span { border-color: #841E20; }

 span { border-color: rgb(132,30,32); }

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