#821c1d

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

Shades of Flame Red #821C1D

Tints of Flame Red #821C1D

Color information

#821C1D (or 0x821C1D) is unknown color: approx Flame Red. HEX triplet: 82, 1C and 1D. RGB value is (130,28,29). Sum of RGB (Red+Green+Blue) = 130+28+29=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C1D is #7DE3E2. Grayscale: #3A3A3A. Windows color (decimal): -8250339 or 1907842. OLE color: 1907842.

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

Color convert

RGB1302829-
CMYK00.780.780.49
HSL359.41º64.56%30.98%-
HSV(B)359.41º78.46%50.98%-
XYZ9.845.671.74-
YUV58.61111.29178.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.52%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=69.52%
G=14.97%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130282900.780.780.49359.4164.5630.98
Hex821C1D04E4E31167411f
Octal202343501161166154710137
Binary100000101110011101010011101001110110001101100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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