#821D24

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

Shades of Flame Red #821D24

Tints of Flame Red #821D24

Color information

#821D24 (or 0x821D24) is unknown color: approx Flame Red. HEX triplet: 82, 1D and 24. RGB value is (130,29,36). Sum of RGB (Red+Green+Blue) = 130+29+36=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #821D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821D24 is #7DE2DB. Grayscale: #3C3C3C. Windows color (decimal): -8250076 or 2366850. OLE color: 2366850.

HSL color Cylindrical-coordinate representation of color #821D24: hue angle of 355.84º degrees, saturation: 0.64, 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 #821D24 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1302936-
CMYK00.780.720.49
HSL355.84º63.52%31.18%-
HSV(B)355.84º77.69%50.98%-
XYZ9.965.752.25-
YUV60114.46177.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=66.67%
G=14.87%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130293600.780.720.49355.8463.5231.18
Hex821D2404E4831164401f
Octal202354401161106154410037
Binary1000001011101100100010011101001000110001101100100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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