#811C1E

Color #811C1E Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #811C1E

Tints of Flame Red #811C1E

Color information

#811C1E (or 0x811C1E) is unknown color: approx Flame Red. HEX triplet: 81, 1C and 1E. RGB value is (129,28,30). Sum of RGB (Red+Green+Blue) = 129+28+30=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #811C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C1E is #7EE3E1. Grayscale: #3A3A3A. Windows color (decimal): -8315874 or 1973377. OLE color: 1973377.

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

Color convert

RGB1292830-
CMYK00.780.770.49
HSL358.81º64.33%30.78%-
HSV(B)358.81º78.29%50.59%-
XYZ9.75.591.8-
YUV58.43111.96178.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=68.98%
G=14.97%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129283000.780.770.49358.8164.3330.78
Hex811C1E04E4D31167401f
Octal201343601161156154710037
Binary100000011110011110010011101001101110001101100111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #811C1E;
 }
 .AnyTagClassName
 {
   color: #811C1E;
 }
</style>
background-color css

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

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

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

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

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

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