#861c1d

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

Shades of Flame Red #861C1D

Tints of Flame Red #861C1D

Color information

#861C1D (or 0x861C1D) is unknown color: approx Flame Red. HEX triplet: 86, 1C and 1D. RGB value is (134,28,29). Sum of RGB (Red+Green+Blue) = 134+28+29=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #861C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C1D is #79E3E2. Grayscale: #3B3B3B. Windows color (decimal): -7988195 or 1907846. OLE color: 1907846.

HSL color Cylindrical-coordinate representation of color #861C1D: hue angle of 359.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C1D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1342829-
CMYK00.790.780.47
HSL359.43º65.43%31.76%-
HSV(B)359.43º79.1%52.55%-
XYZ10.475.991.77-
YUV59.81110.62180.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.16%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=70.16%
G=14.66%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134282900.790.780.47359.4365.4331.76
Hex861C1D04F4E2F1674120
Octal206343501171165754710140
Binary1000011011100111010100111110011101011111011001111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861c1d; }

 p { color: rgb(134,28,29); }

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

<style>
 a { background-color: #861c1d; }

 a { background-color: rgb(134,28,29); }

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

<style>
 span { border-color: #861c1d; }

 span { border-color: rgb(134,28,29); }

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