Html Css Color HEX #821A1D Flame Red

📋 copy color: '#821A1D'

red 130 ◦ green 26 ◦ blue 29

#821A1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #821A1D

Tints of Flame Red #821A1D

RGB

 RED value IS 130 (51.17% from 255) = 70.27%

 GREEN value IS 26 (10.55% from 255) = 14.05%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 70.27%
G = 14.05%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#821A1D (or 0x821A1D) is known color: Flame Red. HEX triplet: 82, 1A and 1D. RGB value is (130,26,29). Sum of RGB (Red+Green+Blue) = 130+26+29=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A1D is #7DE5E2. Grayscale: #393939. Windows color (decimal): -8250851 or 1907330. OLE color: 1907330.

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

Color convert

RGB 130 26 29 -
CMYK 0 0.8 0.78 0.49
HSL 358.27º 0.67% 0.31% -
HSV(B) 358.27º 0.8% 0.51% -
XYZ 9.8 5.57 1.72 -
YUV 57.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 130 26 29 0 0.8 0.78 0.49 358.27 0.67 0.31
Hex 82 1A 1D 0 50 4E 31 166 43 1F
Octal 202 32 35 0 120 116 61 546 103 37
Binary 10000010 11010 11101 0 1010000 1001110 110001 101100110 1000011 11111

Color Harmonies of #821A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A1D

Black with #821A1D

Text Example


Text Example

White with #821A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #821A1D;
 }
 .AnyTagClassName
 {
   color: #821A1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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