Html Css Color HEX #811D1E Flame Red

📋 copy color: '#811D1E'

red 129 ◦ green 29 ◦ blue 30

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

Shades of Flame Red #811D1E

Tints of Flame Red #811D1E

RGB

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

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

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

R = 68.62%
G = 15.43%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#811D1E (or 0x811D1E) is known color: Flame Red. HEX triplet: 81, 1D and 1E. RGB value is (129,29,30). Sum of RGB (Red+Green+Blue) = 129+29+30=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #811D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D1E is #7EE2E1. Grayscale: #3B3B3B. Windows color (decimal): -8315618 or 1973633. OLE color: 1973633.

HSL color Cylindrical-coordinate representation of color #811D1E: hue angle of 359.4º degrees, saturation: 0.63, 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 #811D1E is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 30 -
CMYK 0 0.78 0.77 0.49
HSL 359.4º 0.63% 0.31% -
HSV(B) 359.4º 0.78% 0.51% -
XYZ 9.73 5.64 1.8 -
YUV 59.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 129 29 30 0 0.78 0.77 0.49 359.4 0.63 0.31
Hex 81 1D 1E 0 4E 4D 31 167 3F 1F
Octal 201 35 36 0 116 115 61 547 77 37
Binary 10000001 11101 11110 0 1001110 1001101 110001 101100111 111111 11111

Color Harmonies of #811D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D1E

Black with #811D1E

Text Example


Text Example

White with #811D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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