#841A1C

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

Shades of Flame Red #841A1C

Tints of Flame Red #841A1C

Color information

#841A1C (or 0x841A1C) is unknown color: approx Flame Red. HEX triplet: 84, 1A and 1C. RGB value is (132,26,28). Sum of RGB (Red+Green+Blue) = 132+26+28=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #841A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A1C is #7BE5E3. Grayscale: #3A3A3A. Windows color (decimal): -8119780 or 1841796. OLE color: 1841796.

HSL color Cylindrical-coordinate representation of color #841A1C: hue angle of 358.87º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A1C is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1322628-
CMYK00.800.790.48
HSL358.87º67.09%30.98%-
HSV(B)358.87º80.3%51.76%-
XYZ10.095.731.67-
YUV57.92111.12180.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.97%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=70.97%
G=13.98%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132262800.800.790.48358.8767.0930.98
Hex841A1C0504F30167431f
Octal204323401201176054710337
Binary100001001101011100010100001001111110000101100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,26,28); }

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

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

 a { background-color: rgb(132,26,28); }

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

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

 span { border-color: rgb(132,26,28); }

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