Html Css Color HEX #821A1E Flame Red

📋 copy color: '#821A1E'

red 130 ◦ green 26 ◦ blue 30

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

Shades of Flame Red #821A1E

Tints of Flame Red #821A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 69.89%
G = 13.98%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#821A1E (or 0x821A1E) is known color: Flame Red. HEX triplet: 82, 1A and 1E. RGB value is (130,26,30). Sum of RGB (Red+Green+Blue) = 130+26+30=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #821A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A1E is #7DE5E1. Grayscale: #393939. Windows color (decimal): -8250850 or 1972866. OLE color: 1972866.

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

Color convert

RGB 130 26 30 -
CMYK 0 0.8 0.77 0.49
HSL 357.69º 0.67% 0.31% -
HSV(B) 357.69º 0.8% 0.51% -
XYZ 9.81 5.58 1.79 -
YUV 57.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 130 26 30 0 0.8 0.77 0.49 357.69 0.67 0.31
Hex 82 1A 1E 0 50 4D 31 166 43 1F
Octal 202 32 36 0 120 115 61 546 103 37
Binary 10000010 11010 11110 0 1010000 1001101 110001 101100110 1000011 11111

Color Harmonies of #821A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A1E

Black with #821A1E

Text Example


Text Example

White with #821A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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