Html Css Color HEX #821D22 Flame Red

📋 copy color: '#821D22'

red 130 ◦ green 29 ◦ blue 34

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

Shades of Flame Red #821D22

Tints of Flame Red #821D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 34 (13.67% from 255) = 17.62%

R = 67.36%
G = 15.03%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#821D22 (or 0x821D22) is known color: Flame Red. HEX triplet: 82, 1D and 22. RGB value is (130,29,34). Sum of RGB (Red+Green+Blue) = 130+29+34=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #821D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821D22 is #7DE2DD. Grayscale: #3B3B3B. Windows color (decimal): -8250078 or 2235778. OLE color: 2235778.

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

Color convert

RGB 130 29 34 -
CMYK 0 0.78 0.74 0.49
HSL 357.03º 0.64% 0.31% -
HSV(B) 357.03º 0.78% 0.51% -
XYZ 9.93 5.74 2.1 -
YUV 59.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 130 29 34 0 0.78 0.74 0.49 357.03 0.64 0.31
Hex 82 1D 22 0 4E 4A 31 165 40 1F
Octal 202 35 42 0 116 112 61 545 100 37
Binary 10000010 11101 100010 0 1001110 1001010 110001 101100101 1000000 11111

Color Harmonies of #821D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D22

Black with #821D22

Text Example


Text Example

White with #821D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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