#821F21

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

Shades of Flame Red #821F21

Tints of Flame Red #821F21

Color information

#821F21 (or 0x821F21) is unknown color: approx Flame Red. HEX triplet: 82, 1F and 21. RGB value is (130,31,33). Sum of RGB (Red+Green+Blue) = 130+31+33=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #821F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F21 is #7DE0DE. Grayscale: #3C3C3C. Windows color (decimal): -8249567 or 2170754. OLE color: 2170754.

HSL color Cylindrical-coordinate representation of color #821F21: hue angle of 358.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F21 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1303133-
CMYK00.760.750.49
HSL358.79º61.49%31.57%-
HSV(B)358.79º76.15%50.98%-
XYZ9.975.842.04-
YUV60.83112.3177.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=67.01%
G=15.98%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130313300.760.750.49358.7961.4931.57
Hex821F2104C4B311673d20
Octal20237410114113615477540
Binary1000001011111100001010011001001011110001101100111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,31,33); }

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

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

 a { background-color: rgb(130,31,33); }

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

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

 span { border-color: rgb(130,31,33); }

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