Html Css Color HEX #811E20 Flame Red

📋 copy color: '#811E20'

red 129 ◦ green 30 ◦ blue 32

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

Shades of Flame Red #811E20

Tints of Flame Red #811E20

RGB

 RED value IS 129 (50.78% from 255) = 67.54%

 GREEN value IS 30 (12.11% from 255) = 15.71%

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 67.54%
G = 15.71%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#811E20 (or 0x811E20) is known color: Flame Red. HEX triplet: 81, 1E and 20. RGB value is (129,30,32). Sum of RGB (Red+Green+Blue) = 129+30+32=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #811E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E20 is #7EE1DF. Grayscale: #3B3B3B. Windows color (decimal): -8315360 or 2104961. OLE color: 2104961.

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

Color convert

RGB 129 30 32 -
CMYK 0 0.77 0.75 0.49
HSL 358.79º 0.62% 0.31% -
HSV(B) 358.79º 0.77% 0.51% -
XYZ 9.78 5.7 1.95 -
YUV 59.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 129 30 32 0 0.77 0.75 0.49 358.79 0.62 0.31
Hex 81 1E 20 0 4D 4B 31 167 3E 1F
Octal 201 36 40 0 115 113 61 547 76 37
Binary 10000001 11110 100000 0 1001101 1001011 110001 101100111 111110 11111

Color Harmonies of #811E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811E20

Black with #811E20

Text Example


Text Example

White with #811E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811E20; }

 p { color: rgb(129,30,32); }

 H1.HeaderClassName
 {
   color: #811E20;
 }
 .AnyTagClassName
 {
   color: #811E20;
 }
</style>

background-color css

<style>
 a { background-color: #811E20; }

 a { background-color: rgb(129,30,32); }

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

border-color css

<style>
 span { border-color: #811E20; }

 span { border-color: rgb(129,30,32); }

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