#821B1E

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

Shades of Flame Red #821B1E

Tints of Flame Red #821B1E

Color information

#821B1E (or 0x821B1E) is unknown color: approx Flame Red. HEX triplet: 82, 1B and 1E. RGB value is (130,27,30). Sum of RGB (Red+Green+Blue) = 130+27+30=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B1E is #7DE4E1. Grayscale: #3A3A3A. Windows color (decimal): -8250594 or 1973122. OLE color: 1973122.

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

Color convert

RGB1302730-
CMYK00.790.770.49
HSL358.25º65.61%30.78%-
HSV(B)358.25º79.23%50.98%-
XYZ9.835.621.8-
YUV58.14112.12179.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.52%
GREEN value IS 27 (10.94% from 255) = 14.44%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=69.52%
G=14.44%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130273000.790.770.49358.2565.6130.78
Hex821B1E04F4D31166421f
Octal202333601171156154610237
Binary100000101101111110010011111001101110001101100110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,27,30); }

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

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

 a { background-color: rgb(130,27,30); }

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

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

 span { border-color: rgb(130,27,30); }

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