#821A1C

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

Shades of Flame Red #821A1C

Tints of Flame Red #821A1C

Color information

#821A1C (or 0x821A1C) is unknown color: approx Flame Red. HEX triplet: 82, 1A and 1C. RGB value is (130,26,28). Sum of RGB (Red+Green+Blue) = 130+26+28=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #821A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A1C is #7DE5E3. Grayscale: #393939. Windows color (decimal): -8250852 or 1841794. OLE color: 1841794.

HSL color Cylindrical-coordinate representation of color #821A1C: hue angle of 358.85º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A1C is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1302628-
CMYK00.80.780.49
HSL358.85º66.67%30.59%-
HSV(B)358.85º80%50.98%-
XYZ9.785.571.66-
YUV57.32111.46179.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=70.65%
G=14.13%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130262800.80.780.49358.8566.6730.59
Hex821A1C0504E31167431f
Octal202323401201166154710337
Binary100000101101011100010100001001110110001101100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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